ca.nengo.model.neuron.impl
Class LinearSynapticIntegratorTest

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

public class LinearSynapticIntegratorTest
extends junit.framework.TestCase

Unit tests for LinearSynapticIntegrator.

Author:
Bryan Tripp

Constructor Summary
LinearSynapticIntegratorTest()
           
 
Method Summary
 void testGetTerminations()
           
 void testReset()
           
 void testRun()
           
 
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

LinearSynapticIntegratorTest

public LinearSynapticIntegratorTest()
Method Detail

testGetTerminations

public void testGetTerminations()
                         throws StructuralException
Throws:
StructuralException

testRun

public void testRun()
             throws StructuralException,
                    SimulationException
Throws:
StructuralException
SimulationException

testReset

public void testReset()
               throws StructuralException,
                      SimulationException
Throws:
StructuralException
SimulationException