interface StringBasedTranslatable : Translatable
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 "Class.namename"  | 
|
abstract val name: String
The name of this Translatable -- the name together with its Class.name 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 Translatables for the assertion functions assert, assertThat and expect.  | 
|
enum class DescriptionAnyAssertion : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the assertion 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 a two different assertion functions.  | 
|
enum class DescriptionBigDecimalAssertion : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to BigDecimal.  | 
|
enum class DescriptionCharSequenceAssertion : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to CharSequence.  | 
|
enum class DescriptionCollectionAssertion : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Collection.  | 
|
enum class DescriptionComparableAssertion : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Comparable.  | 
|
enum class DescriptionFloatingPointAssertion : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Float, Double and BigDecimal.  | 
|
enum class DescriptionIterableAssertion : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Iterable.  | 
|
enum class DescriptionThrowableAssertion : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to Throwable.  | 
|
enum class DescriptionTypeTransformationAssertion : StringBasedTranslatable
Contains the DescriptiveAssertion.descriptions of the assertion functions which postulate that a
AssertionPlant.subject of type   | 
|
enum class TestDescription : StringBasedTranslatable | 
|
enum class TestTranslatable : StringBasedTranslatable
Contains StringBasedTranslatables which are used in TranslatorIntSpec.  |