Uses of Class
de.quantummaid.mapmaid.testsupport.givenwhenthen.ThenData
-
Packages that use ThenData Package Description de.quantummaid.mapmaid.testsupport.givenwhenthen -
-
Uses of ThenData in de.quantummaid.mapmaid.testsupport.givenwhenthen
Methods in de.quantummaid.mapmaid.testsupport.givenwhenthen that return ThenData Modifier and Type Method Description static ThenDataThenData. thenData()ThenDataThenData. withDefinitions(Definitions definitions)ThenDataThenData. withDeserializationResult(Object deserializationResult)ThenDataThenData. withException(Exception exception)ThenDataThenData. withSerializationResult(String serializationResult)Methods in de.quantummaid.mapmaid.testsupport.givenwhenthen with parameters of type ThenData Modifier and Type Method Description static ThenThen. then(ThenData thenData)
-