|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
>
, >=
,
!=
, <=
, or <
to a numeric
constant.parameter to a test method
.Values
.Expectations
to the Mockery
.
FrameworkMethod
that just throws an exception on
FrameworkMethod.invokeExplosively(Object, Object...)
FrameworkMethod
that knows about a fixed set of parameters passed
into FrameworkMethod.invokeExplosively(Object, Object...)
TwipExtension
that creates a
JMock
-Mockery
and
mocks all member variables of the test class that are annotated by
Mock
.TwipExtension
that creates a
JMock
-Mockery
and
mocks all member variables of the test class that are annotated by
Mock
.JMockExtension
).Mockery
for subclasses to use
mockito
@Mock
annotation.null
.java.lang.reflect
the parameters are not first class
citizens: you can only access them by several index methods, and the name is
not kept in the class file.Parameter
, including only
those that match the Assume
or NotNull
annotations.Iterable
that traverses a List
in reverse order by using a
ReverseIterator
.Iterator
that traverses a List
in reverse order by using a
ListIterator
.java.util.ServiceLoader
or the Sun Java 1.5
sun.misc.Service
.wrap
a
JUnit- Statement
.TwiP
and with this to extend the
functionality of JUnit.TwiP
and
JMock
: It is annotated with TwiP and TwiPs JMock-Extension, declares
a Mockery
instance, and a simple check(Expectations) method.verifyThat
don't
match.Verify
class!verifyThat
passed.Statement
into a new one and thereby extend the
functionality of JUnit.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |