ca.nengo.model.neuron.impl
Class IzhikevichSpikeGeneratorTest

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

public class IzhikevichSpikeGeneratorTest
extends junit.framework.TestCase

Unit tests for IzhikevichSpikeGenerator.

Author:
Bryan Tripp

Constructor Summary
IzhikevichSpikeGeneratorTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          Plots voltage and recovery variable for a simulation
 void testRun()
           
 void testSetPreset()
           
 
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

IzhikevichSpikeGeneratorTest

public IzhikevichSpikeGeneratorTest()
Method Detail

testSetPreset

public void testSetPreset()

testRun

public void testRun()

main

public static void main(java.lang.String[] args)
                 throws StructuralException,
                        SimulationException
Plots voltage and recovery variable for a simulation

Throws:
StructuralException
SimulationException