sj.tests
Class EmbeddedABROTest

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

public class EmbeddedABROTest
extends junit.framework.TestCase

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

Rating red

Constructor Summary
EmbeddedABROTest()
           
 
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

EmbeddedABROTest

public EmbeddedABROTest()
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.