org.metaabm.gen.test
Class GeneratedMemberAgentManualTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.metaabm.gen.test.GeneratedMemberAgentManualTest
All Implemented Interfaces:
junit.framework.Test

public class GeneratedMemberAgentManualTest
extends junit.framework.TestCase


Constructor Summary
GeneratedMemberAgentManualTest()
           
 
Method Summary
 void assert1p8Equals20()
          .
protected  void setUp()
           
 void testComplexConjunction()
          .
 void testComplexMath()
          .
 void testExclusiveConjunctions()
          .
 void testIdentity()
          .
 void testLiterals()
          .
 void testMultiplePaths()
          .
 void testNegate()
          .
 void testNegateComplex()
          .
 void testNegateMultipleTargets()
           
 void testNegateOr()
           
 void testNegateSameTarget()
           
 void testSimpleCondition()
           
 void testSimpleConjunction()
          .
 void testSimpleMath()
          .
 void testSimpleOR()
          .
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeneratedMemberAgentManualTest

public GeneratedMemberAgentManualTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

testSimpleCondition

public void testSimpleCondition()

assert1p8Equals20

public void assert1p8Equals20()
.


testSimpleConjunction

public void testSimpleConjunction()
.


testSimpleMath

public void testSimpleMath()
.


testComplexMath

public void testComplexMath()
.


testSimpleOR

public void testSimpleOR()
.


testLiterals

public void testLiterals()
.


testNegate

public void testNegate()
.


testIdentity

public void testIdentity()
.


testNegateComplex

public void testNegateComplex()
.


testComplexConjunction

public void testComplexConjunction()
.


testNegateSameTarget

public void testNegateSameTarget()

testNegateMultipleTargets

public void testNegateMultipleTargets()

testExclusiveConjunctions

public void testExclusiveConjunctions()
.


testMultiplePaths

public void testMultiplePaths()
.


testNegateOr

public void testNegateOr()