ca.nengo.model.impl
Class ProjectionImplTest

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

public class ProjectionImplTest
extends junit.framework.TestCase

Unit tests for ProjectionImpl.

Author:
Bryan Tripp

Nested Class Summary
static class ProjectionImplTest.MockOrigin
           
static class ProjectionImplTest.MockTermination
           
 
Constructor Summary
ProjectionImplTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void testAddBias()
           
 void testAddBias2D()
           
 void testGetOrigin()
           
 void testGetTermination()
           
 
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

ProjectionImplTest

public ProjectionImplTest()
Method Detail

testGetOrigin

public void testGetOrigin()

testGetTermination

public void testGetTermination()

testAddBias

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

testAddBias2D

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

main

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