infix fun <T : CharSequence> Assert<T>.containsDefaultTranslationOf(translatable: Translatable): AssertionPlant<T>
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)
AssertionError
- Might throw an AssertionError if the assertion made is not correct.
Return
This plant to support a fluent API.