-
public final class ISHUnitTestResultResult of a single ISHUnit test.
-
-
Field Summary
Fields Modifier and Type Field Description private final LongreturnValueprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description ISHUnitTestResult(Long returnValue, String message)
-
Method Summary
Modifier and Type Method Description final LonggetReturnValue()final StringgetMessage()-
-
Method Detail
-
getReturnValue
final Long getReturnValue()
-
getMessage
final String getMessage()
-
-
-
-