Uses of Class
de.quantummaid.mapmaid.testsupport.givenwhenthen.Then
-
Packages that use Then Package Description de.quantummaid.mapmaid.testsupport.givenwhenthen -
-
Uses of Then in de.quantummaid.mapmaid.testsupport.givenwhenthen
Methods in de.quantummaid.mapmaid.testsupport.givenwhenthen that return Then Modifier and Type Method Description ThenThen. anAggregatedExceptionHasBeenThrownWithNumberOfErrors(int numberOfErrors)ThenThen. anExceptionIsThrownWithAMessageContaining(String message)ThenWhen. mapMaidIsInstantiated()ThenThen. noExceptionHasBeenThrown()ThenWhen. theDefinitionsAreQueried()ThenThen. theDefinitionsContainExactlyTheCustomPrimitives(Class<?>... types)ThenThen. theDefinitionsContainExactlyTheSerializedObjects(Class<?>... types)<T> ThenThen. theDeserialiedObjectHas(Class<T> type, Predicate<T> predicate)ThenThen. theDeserializedObjectIs(Object expected)static ThenThen. then(ThenData thenData)ThenThen. theSerializationResultWas(String serialized)ThenToStage. toTheType(ResolvedType fullType)default ThenToStage. toTheType(Class<?> type)ThenWithMarshallingType. withMarshallingType(MarshallingType marshallingType)
-