All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class samples.SimpleTest

java.lang.Object
   |
   +----test.framework.TestCase
           |
           +----samples.SimpleTest

public class SimpleTest
extends TestCase
Some simple tests.


Variable Index

 o fValue1
 o fValue2

Constructor Index

 o SimpleTest(String)

Method Index

 o setUp()
Sets up the fixture, for example, open a network connection.
 o suite()
 o testAdd()
 o testDivideByZero()
 o testEquals()

Variables

 o fValue1
 protected double fValue1
 o fValue2
 protected double fValue2

Constructors

 o SimpleTest
 public SimpleTest(String name)

Methods

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

Overrides:
setUp in class TestCase
 o testAdd
 public void testAdd()
 o testDivideByZero
 public void testDivideByZero()
 o testEquals
 public void testEquals()
 o suite
 public static Test suite()

All Packages  Class Hierarchy  This Package  Previous  Next  Index