ca.nengo.util.impl
Class RecorderImplTest

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

public class RecorderImplTest
extends junit.framework.TestCase

Unit tests for RecorderImpl.

Author:
Bryan Tripp

Constructor Summary
RecorderImplTest()
           
 
Method Summary
 void testGetData()
           
 void testRetention()
           
 void testSamplingRate()
           
 
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

RecorderImplTest

public RecorderImplTest()
Method Detail

testGetData

public void testGetData()
                 throws SimulationException
Throws:
SimulationException

testSamplingRate

public void testSamplingRate()
                      throws SimulationException
Throws:
SimulationException

testRetention

public void testRetention()
                   throws SimulationException
Throws:
SimulationException