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

containsDefaultTranslationOf

infix fun <T : CharSequence> Assert<T>.containsDefaultTranslationOf(translatable: Translatable): AssertionPlant<T>

Makes the assertion that AssertionPlant.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.