ca.nengo.config.impl
Class NamedValuePropertyImplTest

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

public class NamedValuePropertyImplTest
extends junit.framework.TestCase

Unit tests for NamedValuePropertyImpl.

Author:
Bryan Tripp

Constructor Summary
NamedValuePropertyImplTest()
           
 
Method Summary
 NamedValueProperty getProperty(java.lang.String name)
           
static void main(java.lang.String[] args)
           
 void testGetValue()
           
 void testGetValueNames()
           
 void testIsFixedCardinality()
           
 void testIsMutable()
           
 void testIsNamedAutomatically()
           
 void testRemoveValue()
           
 void testSetValueObject()
           
 void testSetValueStringObject()
           
 
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

NamedValuePropertyImplTest

public NamedValuePropertyImplTest()
Method Detail

getProperty

public NamedValueProperty getProperty(java.lang.String name)
                               throws StructuralException
Throws:
StructuralException

testIsMutable

public void testIsMutable()
                   throws StructuralException
Throws:
StructuralException

testGetValue

public void testGetValue()
                  throws StructuralException
Throws:
StructuralException

testGetValueNames

public void testGetValueNames()
                       throws StructuralException
Throws:
StructuralException

testIsNamedAutomatically

public void testIsNamedAutomatically()
                              throws StructuralException
Throws:
StructuralException

testRemoveValue

public void testRemoveValue()
                     throws StructuralException
Throws:
StructuralException

testSetValueStringObject

public void testSetValueStringObject()
                              throws StructuralException
Throws:
StructuralException

testSetValueObject

public void testSetValueObject()
                        throws StructuralException
Throws:
StructuralException

testIsFixedCardinality

public void testIsFixedCardinality()
                            throws StructuralException
Throws:
StructuralException

main

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