ca.nengo.config.impl
Class ListPropertyImplTest

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

public class ListPropertyImplTest
extends junit.framework.TestCase


Constructor Summary
ListPropertyImplTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void testAddValue()
           
 void testGetNumValues()
           
 void testGetValue()
           
 void testInsert()
           
 void testIsFixedCardinality()
           
 void testIsMutable()
           
 void testRemove()
           
 void testSetValue()
           
 
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

ListPropertyImplTest

public ListPropertyImplTest()
Method Detail

testGetNumValues

public void testGetNumValues()
                      throws StructuralException
Throws:
StructuralException

testGetValue

public void testGetValue()
                  throws StructuralException
Throws:
StructuralException

testSetValue

public void testSetValue()
                  throws StructuralException
Throws:
StructuralException

testAddValue

public void testAddValue()
                  throws StructuralException
Throws:
StructuralException

testInsert

public void testInsert()
                throws StructuralException
Throws:
StructuralException

testRemove

public void testRemove()
                throws StructuralException
Throws:
StructuralException

testIsFixedCardinality

public void testIsFixedCardinality()
                            throws StructuralException
Throws:
StructuralException

testIsMutable

public void testIsMutable()
                   throws StructuralException
Throws:
StructuralException

main

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