ca.nengo.math.impl
Class SimpleFunctionsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by ca.nengo.math.impl.SimpleFunctionsTest
All Implemented Interfaces:
junit.framework.Test

public class SimpleFunctionsTest
extends junit.framework.TestCase

Unit tests for SimpleFunctions.

Author:
Bryan Tripp

Constructor Summary
SimpleFunctionsTest()
           
 
Method Summary
 void testAcos()
           
 void testAsin()
           
 void testAtan()
           
 void testCos()
           
 void testExp()
           
 void testLn()
           
 void testLog10()
           
 void testLog2()
           
 void testMax()
           
 void testMin()
           
 void testPow()
           
 void testSin()
           
 void testSqrt()
           
 void testTan()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleFunctionsTest

public SimpleFunctionsTest()
Method Detail

testSin

public void testSin()

testCos

public void testCos()

testTan

public void testTan()

testAsin

public void testAsin()

testAcos

public void testAcos()

testAtan

public void testAtan()

testExp

public void testExp()

testLog2

public void testLog2()

testLog10

public void testLog10()

testLn

public void testLn()

testPow

public void testPow()

testMax

public void testMax()

testMin

public void testMin()

testSqrt

public void testSqrt()