doc / ch.tutteli.atrium.api.cc.infix.en_UK / containsDefaultTranslationOf

containsDefaultTranslationOf

infix fun <T : CharSequence> Assert<T>.containsDefaultTranslationOf(translatable: Translatable): AssertionPlant<T>
Deprecated: Use pendant from package en_GB; will be removed with 1.0.0

Makes the assertion that the Assert.subject contains the getDefault representation of the given translatable.

It is a shortcut for to contain atLeast 1 defaultTranslationOf translatable)

Exceptions

AssertionError - Might throw an AssertionError if the assertion made is not correct.

Return
This plant to support a fluent API.