ca.nengo.model.neuron.impl
Class ALIFSpikeGeneratorTest

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

public class ALIFSpikeGeneratorTest
extends junit.framework.TestCase

Unit tests for ALIFSpikeGenerator.

Author:
Bryan Tripp

Constructor Summary
ALIFSpikeGeneratorTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void testAdaptation()
           
 void testGetAdaptedRate()
           
 void testGetOnsetRate()
           
 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

ALIFSpikeGeneratorTest

public ALIFSpikeGeneratorTest()
Method Detail

testGetOnsetRate

public void testGetOnsetRate()
                      throws SimulationException
Throws:
SimulationException

testGetAdaptedRate

public void testGetAdaptedRate()
                        throws SimulationException
Throws:
SimulationException

testRun

public void testRun()
             throws SimulationException
Throws:
SimulationException

testAdaptation

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

main

public static void main(java.lang.String[] args)