public class ISHUnitTestResult
Result of a single ISHUnit test.
public ISHUnitTestResult(long returnValue,
@NotNull
java.lang.String message)
Result of a single ISHUnit test.
public long getReturnValue()
@NotNull public java.lang.String getMessage()
public long component1()
@NotNull public java.lang.String component2()
@NotNull public ISHUnitTestResult copy(long returnValue, @NotNull java.lang.String message)
Result of a single ISHUnit test.
@NotNull public java.lang.String toString()
Result of a single ISHUnit test.
public int hashCode()
Result of a single ISHUnit test.
public boolean equals(@Nullable
java.lang.Object p)
Result of a single ISHUnit test.