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.


Variable Index

 o fError
 o fFailure
 o fSuccess

Constructor Index

 o TestTest(String)

Method Index

 o setUp()
Sets up the fixture, for example, open a network connection.
 o suite()
 o testError()
 o testFailure()
 o testSuccess()

Variables

 o fFailure
 protected TestCase fFailure
 o fError
 protected TestCase fError
 o fSuccess
 protected TestCase fSuccess

Constructors

 o TestTest
 public TestTest(String name)

Methods

 o setUp
 protected void setUp()
Sets up the fixture, for example, open a network connection.

Overrides:
setUp in class TestCase
 o testFailure
 public void testFailure()
 o testError
 public void testError()
 o testSuccess
 public void testSuccess()
 o suite
 public static Test suite()

All Packages  Class Hierarchy  This Package  Previous  Next  Index