Uses of Class
org.easymock.internal.Results
-
Packages that use Results Package Description org.easymock.internal -
-
Uses of Results in org.easymock.internal
Fields in org.easymock.internal declared as Results Modifier and Type Field Description private Results
ExpectedInvocationAndResults. results
Methods in org.easymock.internal that return Results Modifier and Type Method Description Results
ExpectedInvocationAndResults. getResults()
Constructors in org.easymock.internal with parameters of type Results Constructor Description ExpectedInvocationAndResults(ExpectedInvocation expectedInvocation, Results results)
-