Package org.as2lib.test.speed

Interface Summary
ConfigurableTestSuiteResult ConfigurableTestSuiteResult declares methods needed to configure test suites
MethodInvocationHolder MethodInvocationHolder is a generic interface for tests that build upon method invocations
Test Test is the core interface for standardized performance tests
TestResult TestResult holds the result of a test's execution
TestResultLayout TestResultLayout lays test results out
TestSuiteResult TestSuiteResult holds the result of a test suite's execution
Class Summary
AbstractTest AbstractTest provides implementations for methods needed when implementing the Test interface and some extra methods commonly needed
AbstractTestResult AbstractTestResult provides implementations of methods needed by implementations of the TestResult interface
AbstractTestSuiteResult AbstractTestSuiteResult provides implementations of methods needed by implementations of the TestSuiteResult interface
MethodInvocation MethodInvocation reflects a profiled method invocation
MethodInvocationTestSuiteResult MethodInvocationTestSuiteResult holds multiple sub-test results and is based on a method invocation
MethodTestCase MethodTestCase is a test case for a method
PropertyTestCase PropertyTestCase profiles a property
SimpleTestSuiteResult SimpleTestSuiteResult holds the results of all tests contained by a test suite
TestSuite TestSuite is the core interface for standardized performance test suites.
TestSuiteFactory TestSuiteFactory collects test suites