enum class DescriptionFloatingPointAssertion : StringBasedTranslatable
(source)
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Float, Double
and maybe other platform specific floating point types (such as BigDecimal
in JVM).
val value: String
The default representation of this Translatable. |
open fun getDefault(): String
Returns the default representation of this Translatable which is value. |