sj.tests
Class GRCbal3Test

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by sj.tests.GRCbal3Test
All Implemented Interfaces:
junit.framework.Test

public class GRCbal3Test
extends junit.framework.TestCase

JUnit test cases to test the right behavior of the example GRCbal3. The test case is also used to test if SJ is working correct for this program.

Rating red

Constructor Summary
GRCbal3Test()
           
 
Method Summary
 void testCaseOne()
          The first test case.
 void testCaseTwo()
          The second test case.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GRCbal3Test

public GRCbal3Test()
Method Detail

testCaseOne

public void testCaseOne()
The first test case.


testCaseTwo

public void testCaseTwo()
The second test case.