tests
Class EvaluatorTests
java.lang.Object
tests.EvaluatorTests
public class EvaluatorTests
- extends java.lang.Object
Tests of the evaluation of x and y
- Author:
- Sara Sprenkle
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvaluatorTests
public EvaluatorTests()
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