public class ExpectedInvocationAndResults
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private ExpectedInvocation |
expectedInvocation |
private Results |
results |
private static long |
serialVersionUID |
Constructor and Description |
---|
ExpectedInvocationAndResults(ExpectedInvocation expectedInvocation,
Results results) |
Modifier and Type | Method and Description |
---|---|
ExpectedInvocation |
getExpectedInvocation() |
Results |
getResults() |
java.lang.String |
toString() |
private static final long serialVersionUID
private final ExpectedInvocation expectedInvocation
private final Results results
public ExpectedInvocationAndResults(ExpectedInvocation expectedInvocation, Results results)
public ExpectedInvocation getExpectedInvocation()
public Results getResults()
public java.lang.String toString()
toString
in class java.lang.Object