gunit.framework |
This package contains the core GUNIT framework classes
|
Java Source File Name | Type | Comment |
BaseTestCase.java | Class | BaseTestCase is an abstract class that extends JUnit's
TestCase and contains methods that should run on PBP/PP.
All profile and optional package specific functionality are defined
as abstract methods. |
TestCase.java | Class | TestCase extends BaseTestCase and
provides implementations using personal specification. |
TestContainer.java | Interface | TestContainer defines methods that abstracts a container
for the testcases. |
TestContext.java | Class | TestContext provides the context for the test. |
TestFactory.java | Class | |
TestFilter.java | Interface | TestFilter controls if a testcase class or method can
be allowed to execute. |
TestResultDescription.java | Class | TestResultDescription describes the test result in text
and/or image formats. |
TestResultVerifier.java | Interface | TestResultVerifier allows for the TestCase to
perform manual verification. |