|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Expectations.aNonNull(java.lang.Class) or Expectations.any(java.lang.Class) until type inference actually works in a future version of Java
InvocationExpectation.Invocations expected by this Expectation still occur?
Expectations.aNonNull(java.lang.Class) or Expectations.any(java.lang.Class) until type inference actually works in a future version of Java
ExpectationErrors into
AssertionErrors that several
test frameworks, including JUnit 4 and TestNG, use to report
errors.Action interface that makes it convenient
to implement application-specific actions with inline anonymous classes.Executor that executes commands on the thread that calls
runPendingCommands or runUntilIdle.ScheduledExecutorService that executes commands on the thread that calls
runNextPendingCommand, runUntilIdle or
tick.InvocationExpectationErrorTranslator that doesn't do any translation.Invocations to an
Invokable object.
Invocations and pass them to an
Invokable object for mocking or stubbing.Invocation.Invocations expected by this Expectation occurred?
Imposteriser that uses the
Proxy class of the Java Reflection API.oneOf instead.
Enumeration over a collection.Iterator over a collection.Action but can have zero or more SideEffects
that are triggered before the Action.wait
or throws TimeoutException if the timeout has expired.
ExpectationError into an error
type compatible with another testing framework.
DeterministicScheduler has been asked to perform
a blocking wait, which is not supported.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||