public static class MockKGateway.VerificationResult
Result of verification
| Constructor and Description |
|---|
VerificationResult(boolean matches,
java.lang.String message)
Result of verification
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
component1() |
java.lang.String |
component2() |
MockKGateway.VerificationResult |
copy(boolean matches,
java.lang.String message)
Result of verification
|
boolean |
equals(java.lang.Object p) |
boolean |
getMatches() |
java.lang.String |
getMessage() |
int |
hashCode() |
java.lang.String |
toString() |
public VerificationResult(boolean matches,
java.lang.String message)
Result of verification
public boolean getMatches()
public java.lang.String getMessage()
public boolean component1()
public java.lang.String component2()
public MockKGateway.VerificationResult copy(boolean matches, java.lang.String message)
Result of verification
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)