doc / ch.tutteli.atrium.spec.reporting.translating / TranslationSupplierSpec

TranslationSupplierSpec

abstract class TranslationSupplierSpec

If you use this Spec then your reporter needs to use a translator which uses the following translations which should be in

the primary local: de_CH ch.tutteli.atrium.assertions.DescriptionAnyAssertion-TO_BE = ist

the primary Locale's natural first fallback: de ch.tutteli.atrium.assertions.DescriptionAnyAssertion-NOT_TO_BE = ist nicht

the Locale.ROOT ch.tutteli.atrium.assertions.DescriptionAnyAssertion-IS_SAME = ist dieselbe Instanz wie

the fallback Locale: fr ch.tutteli.atrium.spec.AssertionVerb-ASSERT = il applique que ch.tutteli.atrium.spec.reporting.translating.TranslationSupplierSpec$TestTranslatable-DATE_KNOWN = %tD était %<tA ch.tutteli.atrium.spec.reporting.translating.TranslationSupplierSpec$TestTranslatable-PLACEHOLDER = Caractère de remplacement %s

the Locale it: ch.tutteli.atrium.assertions.DescriptionNumberAssertion-IS_LESS_THAN = è meno di ch.tutteli.atrium.spec.reporting.translating.TranslationSupplierSpec$TestTranslatable-DATE_UNKNOWN = solo %tA!!

Types

TestTranslatable

enum class TestTranslatable : ISimpleTranslatable

Contains ISimpleTranslatables which are used in TranslationSupplierSpec.

Constructors

<init>

TranslationSupplierSpec(verbs: IAssertionVerbFactory, reporter: IReporter, describePrefix: String = "[Atrium] ")

If you use this Spec then your reporter needs to use a translator which uses the following translations which should be in