ca.nengo.model.neuron.impl
Class LIFSpikeGeneratorTest

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

public class LIFSpikeGeneratorTest
extends junit.framework.TestCase

Unit tests for LIFSpikeGenerator.

Author:
Bryan Tripp

Constructor Summary
LIFSpikeGeneratorTest()
           
 
Method Summary
 void testGetHistory()
           
 void testReset()
           
 void testRun()
           
 void testRunConstantRate()
           
 void testRunPrecise()
           
 
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

LIFSpikeGeneratorTest

public LIFSpikeGeneratorTest()
Method Detail

testGetHistory

public void testGetHistory()
                    throws SimulationException
Throws:
SimulationException

testReset

public void testReset()
               throws SimulationException
Throws:
SimulationException

testRunConstantRate

public void testRunConstantRate()

testRun

public void testRun()
             throws SimulationException
Throws:
SimulationException

testRunPrecise

public void testRunPrecise()
                    throws SimulationException
Throws:
SimulationException