ca.nengo.model.impl
Class ConfigurationImplTest

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

public class ConfigurationImplTest
extends junit.framework.TestCase

Unit tests for ConfigurationImpl.

Author:
Bryan Tripp

Constructor Summary
ConfigurationImplTest()
           
 
Method Summary
 void testBooleanProperty()
           
 void testChild()
           
 void testConstruction()
           
 void testFloatProperty()
           
 void testGetConfigurable()
           
 void testGetPropertyNames()
           
 void testIntProperty()
           
 
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

ConfigurationImplTest

public ConfigurationImplTest()
Method Detail

testGetConfigurable

public void testGetConfigurable()

testGetPropertyNames

public void testGetPropertyNames()

testIntProperty

public void testIntProperty()
                     throws StructuralException
Throws:
StructuralException

testFloatProperty

public void testFloatProperty()
                       throws StructuralException
Throws:
StructuralException

testBooleanProperty

public void testBooleanProperty()
                         throws StructuralException
Throws:
StructuralException

testConstruction

public void testConstruction()
                      throws StructuralException
Throws:
StructuralException

testChild

public void testChild()
               throws StructuralException
Throws:
StructuralException