test.DEXi
Class FunctionTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bytest.DEXi.FunctionTest
All Implemented Interfaces:
junit.framework.Test

public class FunctionTest
extends junit.framework.TestCase

Author:
Andrej

Constructor Summary
FunctionTest()
           
 
Method Summary
 void testExplicitness1()
           
 void testExplicitness2()
           
 void testExplicitnessHighLowestLow()
           
 void testHighLowerLow()
           
 void testLow()
           
 void testLowEntered1()
           
 void testLowEntered2()
           
 void testLowEqualHigh()
           
 void testNegativeHigh()
           
 void testNegativeLow()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionTest

public FunctionTest()
Method Detail

testLow

public void testLow()

testNegativeLow

public void testNegativeLow()

testLowEqualHigh

public void testLowEqualHigh()

testNegativeHigh

public void testNegativeHigh()

testHighLowerLow

public void testHighLowerLow()

testExplicitness1

public void testExplicitness1()

testExplicitness2

public void testExplicitness2()

testExplicitnessHighLowestLow

public void testExplicitnessHighLowestLow()

testLowEntered1

public void testLowEntered1()

testLowEntered2

public void testLowEntered2()