fr.expression4j.test.simple
Class TestConstant

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by fr.expression4j.test.simple.TestConstant
All Implemented Interfaces:
junit.framework.Test

public class TestConstant
extends junit.framework.TestCase

test constant in expression

Author:
SGINER

Constructor Summary
TestConstant()
           
 
Method Summary
static junit.framework.Test suite()
           
 void testConstantE()
           
 void testConstantEWithReal()
           
 void testConstantPi()
           
 void testCustomComplexConstant()
           
 void testCustomConstant()
           
 
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

TestConstant

public TestConstant()
Method Detail

suite

public static junit.framework.Test suite()

testConstantPi

public void testConstantPi()

testConstantE

public void testConstantE()

testConstantEWithReal

public void testConstantEWithReal()

testCustomConstant

public void testCustomConstant()

testCustomComplexConstant

public void testCustomComplexConstant()