Class Summary | |
---|---|
AbstractExpectation | |
AbstractExpectationCollection | |
AbstractServletTestHelper | $Revision: 1.1 $ |
And | Calculates the logical conjunction of two constraints. |
AnyConstraintMatcher | |
AssertMo | |
C | Convenient factory functions and constants for building predicates. |
Callable | |
CallableAddable | |
CallBag | |
CallCollection | |
CallFactory | |
CallOnceExpectation | |
CallSequence | |
CallSignature | |
CallStub | |
Constraint | A constraint over acceptable values. |
ConstraintMatcher | |
DefaultCallFactory | |
DynamicUtil | |
ErrorLogger | |
ExceptionalReturnValue | Sequence of exception values as required by MockMaker This is a generic class that should have been introduced to the mockobjects code stream instead of being separately included in org.mockobjects. |
Expectation | An Expectation is an object that we set up at the beginning of a unit test to expect certain things to happen to it. |
ExpectationCollection | An ExpectationCollection is an expectation that supports multiple values, such as lists and sets. |
ExpectationCounter | |
ExpectationDoubleValue | |
ExpectationList | |
ExpectationMap | |
ExpectationSegment | |
ExpectationSet | |
ExpectationSqlRow | |
ExpectationValue | |
File | |
FileImpl | |
FilterTestHelper | $Revision: 1.1 $ |
FullConstraintMatcher | |
IOFactory | |
IOFactoryImpl | |
IsAnything | A constraint that always returns true . |
IsCloseTo | Is the value a number equal to a value within some range of acceptable error? |
IsEqual | Is the value equal to another value, as tested by the java.lang.Object#equals method? |
IsEventFrom | Tests if the value is an event announced by a specific object. |
IsGreaterThan | Is the value greater than another java.lang.Comparable value? |
IsInstanceOf | Tests whether the value is an instance of a class. |
IsLessThan | Is the value less than another java.lang.Comparable value? |
IsNot | Calculates the logical negation of a constraint. |
IsNull | Is the value null? |
IsSame | Is the value the same object as another value? |
MapEntry | A public MapEntry data type that can be used where the Map.Entry interface is required (needed because the Sun implementation is package protected) |
Message | |
MimeMessage | |
MimeMessageFactory | |
Mock | |
MockArray | MockArray.java |
MockAttribute | |
MockAttributes | |
MockBodyContent | |
MockConnection | |
MockContext | |
MockDatabaseMetaData | |
MockDirContext | |
MockDriver | |
MockFile | |
MockFileInputStream | |
MockIOFactory | |
MockJspWriter | |
MockMapMessage | MockMapMessage |
MockMessage | |
MockMessage | |
MockMessageConsumer | |
MockMessageProducer | |
MockMessagePublisher | |
MockMimeMessage | |
MockMimeMessageFactory | |
MockNaming | |
MockNamingEnumeration | |
MockObject | |
MockObjectMessage | |
MockOutputStream | |
MockPageContext | |
MockPrintStream | |
MockPrintWriter | |
MockPropertyChangeListener | Mock object for a PropertyChangeListener. |
MockQueue | |
MockQueueConnection | |
MockQueueConnectionFactory | |
MockQueueReceiver | |
MockQueueSender | |
MockQueueSession | |
MockRequestDispatcher | |
MockService | |
MockServletConfig | |
MockServletContext | |
MockServletInputStream | |
MockServletOutputStream | |
MockSession | |
MockSession | |
MockSocket | |
MockSocketFactory | |
MockTemporaryQueue | |
MockTextMessage | |
MockTopic | |
MockTopicConnection | |
MockTopicConnectionFactory | |
MockTopicPublisher | |
MockTopicSession | |
MockTopicSubscriber | |
MockTransport | |
MockWriter |
A mock java.io.Writer Writer .
|
Naming | |
NamingImpl | |
NotImplementedException | |
Null |
A class that represents the null value.
|
Or | Calculates the logical disjunction of two constraints. |
OrderedMock | |
ReturnObjectBag | The ReturnObjectBag is a map containing instances of ReturnObjectList. |
ReturnObjectList |
This class allows a list of objects to be setup which can be used whilst.The list is check to make sure that all the object in it are used and that none are left over at the end of a test. For ever sucessive call to nextReturnObject the next object in the list will returned. If the nextReturnObject method is called and there are no objects in the list an assertion error will be thrown. |
ReturnStub | |
ReturnValue |
The ReturnValue class allows a value to be setup which will then be returned upon a specific method call. |
ReturnValues | Sequence values as required by MockMaker This is a generic class that should have been introduced to the mockobjects code stream instead of being separately included in org.mockobjects. |
Service | |
ServletTestHelper | Sets up mock servlet objects in a common configuration. |
Session | |
Socket | |
SocketFactory | |
SocketFactoryImpl | |
SocketImpl | |
SuiteBuilder | Singleton to fill in a JUnit Test composite for use in a suite method. |
TagTestHelper | Sets up mock tag objects in a common configuration. |
TestCaseMo | Provides a level of indirection from TestCase so you can accomodate JUnit interface changes (like the change from 2.x to 3.1) |
ThrowStub | |
Transport | |
Verifiable | A Verifiable is an object that can confirm at the end of a unit test that the correct behvaiour has occurred. |
Verifier |
Helper class to verify all Expectation s
of an object.
|
VoidReturnValues | Sequence of void values as required by MockMaker This is a generic class that should have been introduced to the mockobjects code stream instead of being separately included in org.mockobjects. |
VoidStub |