Package org.apache.qpid.test.framework.distributedtesting

Interface Summary
TestClientControlledTest TestClientControlledTest provides an interface that classes implementing test cases to run on a TestClient node can use.
 

Class Summary
Coordinator

Implements the coordinator client described in the interop testing specification (http://cwiki.apache.org/confluence/display/qpid/Interop+Testing+Specification).

DistributedTestDecorator DistributedTestDecorator is a base class for writing test decorators that invite test clients to participate in distributed test cases.
FanOutTestDecorator FanOutTestDecorator is an DistributedTestDecorator that runs one test client in the sender role, and the remainder in the receivers role.
InteropTestDecorator DistributedTestDecorator is a test decorator, written to implement the interop test specification.
OptOutTestCase An OptOutTestCase is a test case that automatically fails.
TestClient Implements a test client as described in the interop testing spec (http://cwiki.apache.org/confluence/display/qpid/Interop+Testing+Specification).
 

Enum Summary
Coordinator.TestEngine Defines the possible distributed test engines available to run coordinated test cases with.
TestClientControlledTest.Roles Defines the possible test case roles that an interop test case can take on.
 



Licensed to the Apache Software Foundation