ca.nengo.model.impl
Class FunctionInputTest

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

public class FunctionInputTest
extends junit.framework.TestCase


Constructor Summary
FunctionInputTest()
           
 
Method Summary
 void testGetDimensions()
           
 void testGetHistory()
           
 void testGetMode()
           
 void testGetName()
           
 void testGetValues()
           
 
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

FunctionInputTest

public FunctionInputTest()
Method Detail

testGetName

public void testGetName()
                 throws StructuralException
Throws:
StructuralException

testGetDimensions

public void testGetDimensions()
                       throws StructuralException
Throws:
StructuralException

testGetValues

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

testGetMode

public void testGetMode()
                 throws StructuralException
Throws:
StructuralException

testGetHistory

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