tests
Class EvaluatorTests

java.lang.Object
  extended by tests.EvaluatorTests

public class EvaluatorTests
extends java.lang.Object

Tests of the evaluation of x and y

Author:
Sara Sprenkle

Constructor Summary
EvaluatorTests()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testAbs()
           
 void testAtan()
           
 void testCeiling()
           
 void testClamp()
           
 void testConstantEvaluation()
           
 void testCosine()
           
 void testFloor()
           
 void testLog()
           
 void testSine()
           
 void testTan()
           
 void testXEvaluation()
           
 void testYEvaluation()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvaluatorTests

public EvaluatorTests()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

testConstantEvaluation

public void testConstantEvaluation()

testXEvaluation

public void testXEvaluation()

testYEvaluation

public void testYEvaluation()

testSine

public void testSine()

testCosine

public void testCosine()

testTan

public void testTan()

testAtan

public void testAtan()

testFloor

public void testFloor()

testCeiling

public void testCeiling()

testLog

public void testLog()

testAbs

public void testAbs()

testClamp

public void testClamp()

tearDown

public void tearDown()
              throws java.lang.Exception
Throws:
java.lang.Exception