|
|||||||||
| 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.JUnitRuleMockeryExpectationErrors into JUnit's
AssertionFailedErrors.Mockery that reports expectation errors as JUnit 3 test failures.Mockery that reports expectation errors as JUnit 4 test failures.JUnitRuleMockery is a JUnit Rule that manages JMock expectations
and allowances, and asserts that expectations have been met after each test
has finished.TestCase that supports testing with mock objects.oneOf instead.
Enumeration over a collection.Iterator over a collection.Action that executes a BeanShell script.ExpectationError into an error
type compatible with another testing framework.
DeterministicScheduler has been asked to perform
a blocking wait, which is not supported.TestCase that verifies postconditions after the
test has run and before the fixture has been torn down.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||