interface ISimpleTranslatable : ITranslatable
Something which is ITranslatable and provides a default representation by value.
abstract val value: String
The default representation of this ITranslatable. |
open val id: String
The id of this ITranslatable -- per default it is "Class.namename" |
|
abstract val name: String
The name of this ITranslatable -- the name together with its Class.name should identify a ITranslatable (see id). |
open fun getDefault(): String
Returns the default representation of this ITranslatable which is value. |
enum class AssertionVerb : ISimpleTranslatable
The ITranslatables for the assertion functions assert, assertThat and expect. |
|
enum class DescriptionAnyAssertion : ISimpleTranslatable
Contains the IBasicAssertion.descriptions of the assertion functions which are applicable to Any. |
|
enum class DescriptionBasic : ISimpleTranslatable
Contains the IBasicAssertion.descriptions which are so basic that one does not want to use a different wording in a two different assertion functions. |
|
enum class DescriptionCharSequenceAssertion : ISimpleTranslatable
Contains the IBasicAssertion.descriptions of the assertion functions which are applicable to CharSequence. |
|
enum class DescriptionCollectionAssertion : ISimpleTranslatable
Contains the IBasicAssertion.descriptions of the assertion functions which are applicable to Collection. |
|
enum class DescriptionIterableAssertion : ISimpleTranslatable
Contains the IBasicAssertion.descriptions of the assertion functions which are applicable to Iterable. |
|
enum class DescriptionNarrowingAssertion : ISimpleTranslatable
Contains the IBasicAssertion.descriptions of the assertion functions which postulate that a
IAssertionPlant.subject of type |
|
enum class DescriptionNumberAssertion : ISimpleTranslatable
Contains the IBasicAssertion.descriptions of the assertion functions which are applicable to Number. |
|
enum class DescriptionThrowableAssertion : ISimpleTranslatable
Contains the IBasicAssertion.descriptions of the assertion functions which are applicable to Throwable. |
|
enum class TestDescription : ISimpleTranslatable |
|
enum class TestTranslatable : ISimpleTranslatable
Contains ISimpleTranslatables which are used in TranslationSupplierSpec. |