org.apache.qpid.test.framework
Interface FrameworkTestContext

All Known Implementing Classes:
FailoverTest, FrameworkBaseCase, ImmediateMessageTest, MandatoryMessageTest, OptOutTestCase, RollbackTest, TTLTest

public interface FrameworkTestContext

A FrameworkTestContext provides context information to test code about the current test case being run; its name, its parameters.

CRC Card
Responsibilities Collaborations
Provide the name of the current test case.
Provide the test parameters.


Method Summary
 TestCaseVector getTestCaseVector()
          Reports the current test case name.
 MessagingTestConfigProperties getTestParameters()
          Reports the current test case parameters.
 

Method Detail

getTestCaseVector

TestCaseVector getTestCaseVector()
Reports the current test case name.

Returns:
The current test case name.

getTestParameters

MessagingTestConfigProperties getTestParameters()
Reports the current test case parameters.

Returns:
The current test case parameters.


Licensed to the Apache Software Foundation