All Packages Class Hierarchy This Package Previous Next Index
Class samples.TestTest
java.lang.Object
|
+----test.framework.TestCase
|
+----samples.TestTest
- public class TestTest
- extends TestCase
A test case testing the testing framework.
-
fError
-
-
fFailure
-
-
fSuccess
-
-
TestTest(String)
-
-
setUp()
- Sets up the fixture, for example, open a network connection.
-
suite()
-
-
testError()
-
-
testFailure()
-
-
testSuccess()
-
fFailure
protected TestCase fFailure
fError
protected TestCase fError
fSuccess
protected TestCase fSuccess
TestTest
public TestTest(String name)
setUp
protected void setUp()
- Sets up the fixture, for example, open a network connection.
- Overrides:
- setUp in class TestCase
testFailure
public void testFailure()
testError
public void testError()
testSuccess
public void testSuccess()
suite
public static Test suite()
All Packages Class Hierarchy This Package Previous Next Index