ca.nengo.model.nef.impl
Class NEFEnsembleImplTest

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

public class NEFEnsembleImplTest
extends junit.framework.TestCase

Unit tests for NEFEnsembleImpl. TODO: this is a functional test with no failures ... convert to unit test TODO: make sure performance optimization works with inhibitory projections

Author:
Bryan Tripp

Constructor Summary
NEFEnsembleImplTest()
           
 
Method Summary
 void functionalTestAddBiasOrigin()
           
 void functionalTestBiasOriginError()
           
static void main(java.lang.String[] args)
           
 void testClone()
           
 
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

NEFEnsembleImplTest

public NEFEnsembleImplTest()
Method Detail

functionalTestAddBiasOrigin

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

functionalTestBiasOriginError

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

testClone

public void testClone()
               throws StructuralException,
                      java.lang.CloneNotSupportedException
Throws:
StructuralException
java.lang.CloneNotSupportedException

main

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