interface StringBasedTranslatable : Translatable
(source)
Something which is Translatable and provides a default representation by value.
abstract val value: String
The default representation of this Translatable. |
open val id: String
The id of this Translatable -- per default it is "KClass.fullName ID_SEPARATOR" without the spaces. |
|
abstract val name: String
The name of this Translatable -- the name together with its KClass.qualifiedName should identify a Translatable (see id). |
open fun getDefault(): String
Returns the default representation of this Translatable which is value. |
enum class AssertionVerb : StringBasedTranslatable
The Translatable for the assertion expect. |
|
enum class
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Any. |
|
enum class DescriptionAnyExpectation : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the expectation functions which are applicable to Any. |
|
enum class DescriptionBasic : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions which are so basic that one does not want to use a different wording in two different expectation functions. |
|
enum class DescriptionBigDecimalAssertion : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to BigDecimal. |
|
enum class
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to CharSequence. |
|
enum class DescriptionCharSequenceExpectation : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the expectation functions which are applicable to CharSequence. |
|
enum class
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Collection. |
|
enum class DescriptionCollectionExpectation : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the expectation functions which are applicable to Collection. |
|
enum class
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Comparable. |
|
enum class DescriptionComparableExpectation : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Comparable. |
|
enum class
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to date like instances (e.g. LocalDate, LocaleDateTime, ZonedDateTime etc.) |
|
enum class DescriptionDateTimeLikeExpectation : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to date like instances (e.g. LocalDate, LocaleDateTime, ZonedDateTime etc.) |
|
enum class
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Float, Double
and maybe other platform specific floating point types (such as |
|
enum class DescriptionFloatingPointException : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Float, Double
and maybe other platform specific floating point types (such as |
|
enum class DescriptionFloatingPointExpectation : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Float, Double
and maybe other platform specific floating point types (such as |
|
enum class
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Any. |
|
enum class DescriptionFunLikeExpectation : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Any. |
|
enum class
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Iterable. |
|
enum class DescriptionIterableLikeExpectation : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Iterable. |
|
enum class
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Map. |
|
enum class DescriptionListLikeExpectation : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Map. |
|
enum class
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Map. |
|
enum class
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Map. |
|
enum class DescriptionMapLikeExpectation : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Map. |
|
enum class DescriptionOptionalAssertion : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Optional. |
|
enum class DescriptionPathAssertion : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Path. |
|
enum class
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Map. |
|
enum class DescriptionResultExpectation : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Map. |
|
enum class
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Throwable. |
|
enum class DescriptionThrowableExpectation : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Throwable. |
|
enum class ErrorMessages : StringBasedTranslatable
Contains translations which are used in error like messages. |
|
enum class ErrorMessages : StringBasedTranslatable
Contains translations which are used in error like messages. |