ca.nengo.math.impl
Class CompositeApproximatorTest

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

public class CompositeApproximatorTest
extends junit.framework.TestCase

Unit tests for CompositeApproximator. TODO: These tests were failing but I disabled them for now, because I don't understand what is supposed to be happening. - Bryan

Author:
Hussein

Constructor Summary
CompositeApproximatorTest()
           
 
Method Summary
 void testFindCoefficients()
           
 
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

CompositeApproximatorTest

public CompositeApproximatorTest()
Method Detail

testFindCoefficients

public void testFindCoefficients()