ca.nengo.model.impl
Class LinearExponentialTerminationTest

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

public class LinearExponentialTerminationTest
extends junit.framework.TestCase

Unit tests for LinearExponentialTermination.

Author:
Bryan Tripp

Constructor Summary
LinearExponentialTerminationTest()
           
 
Method Summary
 void testGetDimensions()
           
 void testGetName()
           
 void testGetProperty()
           
 void testPreciseUpdateCurrent()
           
 void testReset()
           
 void testSetValues()
           
 void testUpdateCurrent()
           
 
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

LinearExponentialTerminationTest

public LinearExponentialTerminationTest()
Method Detail

testGetName

public void testGetName()

testGetDimensions

public void testGetDimensions()

testGetProperty

public void testGetProperty()
                     throws StructuralException
Throws:
StructuralException

testReset

public void testReset()
               throws SimulationException
Throws:
SimulationException

testSetValues

public void testSetValues()
                   throws SimulationException
Throws:
SimulationException

testUpdateCurrent

public void testUpdateCurrent()
                       throws SimulationException
Throws:
SimulationException

testPreciseUpdateCurrent

public void testPreciseUpdateCurrent()
                              throws SimulationException
Throws:
SimulationException