sj.tests
Class ABROTest

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

public class ABROTest
extends junit.framework.TestCase

JUnit test cases for the Program ABRO. This class tests the SJ framework by making sure that ABRO works.

Rating red

Constructor Summary
ABROTest()
           
 
Method Summary
 void testOne()
          Test case one to test the behavior of ABRO.
 void testTwo()
          Test case two to test the behavior of ABRO.
 
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

ABROTest

public ABROTest()
Method Detail

testOne

public void testOne()
Test case one to test the behavior of ABRO.


testTwo

public void testTwo()
Test case two to test the behavior of ABRO.