Class ThenData
- java.lang.Object
-
- de.quantummaid.mapmaid.testsupport.givenwhenthen.ThenData
-
public final class ThenData extends Object
-
-
Constructor Summary
Constructors Constructor Description ThenData()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DebugInformationgetDebugInformation()ObjectgetDeserializationResult()ExceptiongetException()StringgetSerializationResult()static ThenDatathenData()ThenDatawithDebugInformation(DebugInformation debugInformation)ThenDatawithDeserializationResult(Object deserializationResult)ThenDatawithException(Exception exception)ThenDatawithSerializationResult(String serializationResult)
-
-
-
Method Detail
-
thenData
public static ThenData thenData()
-
getDeserializationResult
public Object getDeserializationResult()
-
getSerializationResult
public String getSerializationResult()
-
getException
public Exception getException()
-
withDebugInformation
public ThenData withDebugInformation(DebugInformation debugInformation)
-
getDebugInformation
public DebugInformation getDebugInformation()
-
-