|
|||||||||
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
.Invocation
s 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
ExpectationError
s into
AssertionError
s 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
.Invocation
ExpectationErrorTranslator
that doesn't do any translation.Invocation
s to an
Invokable
object.
Invocation
s and pass them to an
Invokable
object for mocking or stubbing.Invocation
.Invocation
s expected by this Expectation occurred?
Imposteriser
that uses the
Proxy
class of the Java Reflection API.JUnitRuleMockery
ExpectationError
s into JUnit's
AssertionFailedError
s.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 |