nz.ac.waikato.mcennis.rat.graph.descriptors
Class PropertiesImplementationTest

java.lang.Object
  extended by TestCase
      extended by nz.ac.waikato.mcennis.rat.graph.descriptors.PropertiesImplementationTest

public class PropertiesImplementationTest
extends TestCase


Constructor Summary
PropertiesImplementationTest(java.lang.String testName)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testAdd_ParameterInternal()
          Test of add method, of class PropertiesImplementation.
 void testAdd_String_List()
          Test of add method, of class PropertiesImplementation.
 void testAdd_String_Object()
          Test of add method, of class PropertiesImplementation.
 void testBadCheck_Parameter()
          Test of check method, of class PropertiesImplementation.
 void testBadDefaultAdd_String_Object()
          Test of add method, of class PropertiesImplementation.
 void testBadLeftCheck_Properties()
          Test of check method, of class PropertiesImplementation.
 void testBadLeftMerge()
          Test of merge method, of class PropertiesImplementation.
 void testBadRightMerge()
          Test of merge method, of class PropertiesImplementation.
 void testBasicBadRightCheck_Properties()
          Test of check method, of class PropertiesImplementation.
 void testBasicCheck_Properties()
          Test of check method, of class PropertiesImplementation.
 void testBothMissingCheck_Properties()
          Test of check method, of class PropertiesImplementation.
 void testBothMissingMerge()
          Test of merge method, of class PropertiesImplementation.
 void testCheck_Parameter()
          Test of check method, of class PropertiesImplementation.
 void testCheckMissing_Parameter()
          Test of check method, of class PropertiesImplementation.
 void testCheckNull_Properties()
          Test of check method, of class PropertiesImplementation.
 void testConsistantMerge()
          Test of merge method, of class PropertiesImplementation.
 void testDefaultCheck_Properties()
          Test of check method, of class PropertiesImplementation.
 void testDefaultMerge()
          Test of merge method, of class PropertiesImplementation.
 void testDefaultReplace()
          Test of replace method, of class PropertiesImplementation.
 void testDuplicate()
          Test of duplicate method, of class PropertiesImplementation.
 void testEmptyGet_0args()
          Test of get method, of class PropertiesImplementation.
 void testGet_0args()
          Test of get method, of class PropertiesImplementation.
 void testGet_String()
          Test of get method, of class PropertiesImplementation.
 void testGetDefaultRestriction()
          Test of getDefaultRestriction method, of class PropertiesImplementation.
 void testInconsistantMerge()
          Test of merge method, of class PropertiesImplementation.
 void testLeftMissingCheck_Properties()
          Test of check method, of class PropertiesImplementation.
 void testLeftMissingMerge()
          Test of merge method, of class PropertiesImplementation.
 void testMissingAdd_ParameterInternal()
          Test of add method, of class PropertiesImplementation.
 void testMissingAdd_String_Object()
          Test of add method, of class PropertiesImplementation.
 void testMissingRemove()
          Test of remove method, of class PropertiesImplementation.
 void testMissingReplace()
          Test of replace method, of class PropertiesImplementation.
 void testNullGet_String()
          Test of get method, of class PropertiesImplementation.
 void testNullReplace()
          Test of replace method, of class PropertiesImplementation.
 void testNullSet_Property()
          Test of set method, of class PropertiesImplementation.
 void testRemove()
          Test of remove method, of class PropertiesImplementation.
 void testRightMissingCheck_Properties()
          Test of check method, of class PropertiesImplementation.
 void testRightMissingMerge()
          Test of merge method, of class PropertiesImplementation.
 void testSameMerge()
          Test of merge method, of class PropertiesImplementation.
 void testSet_Property()
          Test of set method, of class PropertiesImplementation.
 void testSet_String_List()
          Test of set method, of class PropertiesImplementation.
 void testSet_String_Object()
          Test of set method, of class PropertiesImplementation.
 void testSetDefaultRestriction()
          Test of setDefaultRestriction method, of class PropertiesImplementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesImplementationTest

public PropertiesImplementationTest(java.lang.String testName)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testGet_String

public void testGet_String()
Test of get method, of class PropertiesImplementation.


testNullGet_String

public void testNullGet_String()
Test of get method, of class PropertiesImplementation.


testSet_Property

public void testSet_Property()
Test of set method, of class PropertiesImplementation.


testNullSet_Property

public void testNullSet_Property()
Test of set method, of class PropertiesImplementation.


testAdd_String_Object

public void testAdd_String_Object()
Test of add method, of class PropertiesImplementation.


testBadDefaultAdd_String_Object

public void testBadDefaultAdd_String_Object()
Test of add method, of class PropertiesImplementation.


testMissingAdd_String_Object

public void testMissingAdd_String_Object()
Test of add method, of class PropertiesImplementation.


testAdd_ParameterInternal

public void testAdd_ParameterInternal()
Test of add method, of class PropertiesImplementation.


testMissingAdd_ParameterInternal

public void testMissingAdd_ParameterInternal()
Test of add method, of class PropertiesImplementation.


testRemove

public void testRemove()
Test of remove method, of class PropertiesImplementation.


testMissingRemove

public void testMissingRemove()
Test of remove method, of class PropertiesImplementation.


testGetDefaultRestriction

public void testGetDefaultRestriction()
Test of getDefaultRestriction method, of class PropertiesImplementation.


testSetDefaultRestriction

public void testSetDefaultRestriction()
Test of setDefaultRestriction method, of class PropertiesImplementation.


testDuplicate

public void testDuplicate()
Test of duplicate method, of class PropertiesImplementation.


testGet_0args

public void testGet_0args()
Test of get method, of class PropertiesImplementation.


testEmptyGet_0args

public void testEmptyGet_0args()
Test of get method, of class PropertiesImplementation.


testCheck_Parameter

public void testCheck_Parameter()
Test of check method, of class PropertiesImplementation.


testCheckMissing_Parameter

public void testCheckMissing_Parameter()
Test of check method, of class PropertiesImplementation.


testBadCheck_Parameter

public void testBadCheck_Parameter()
Test of check method, of class PropertiesImplementation.


testDefaultCheck_Properties

public void testDefaultCheck_Properties()
Test of check method, of class PropertiesImplementation.


testBasicCheck_Properties

public void testBasicCheck_Properties()
Test of check method, of class PropertiesImplementation.


testBasicBadRightCheck_Properties

public void testBasicBadRightCheck_Properties()
Test of check method, of class PropertiesImplementation.


testBadLeftCheck_Properties

public void testBadLeftCheck_Properties()
Test of check method, of class PropertiesImplementation.


testRightMissingCheck_Properties

public void testRightMissingCheck_Properties()
Test of check method, of class PropertiesImplementation.


testLeftMissingCheck_Properties

public void testLeftMissingCheck_Properties()
Test of check method, of class PropertiesImplementation.


testBothMissingCheck_Properties

public void testBothMissingCheck_Properties()
Test of check method, of class PropertiesImplementation.


testCheckNull_Properties

public void testCheckNull_Properties()
Test of check method, of class PropertiesImplementation.


testDefaultReplace

public void testDefaultReplace()
Test of replace method, of class PropertiesImplementation.


testMissingReplace

public void testMissingReplace()
Test of replace method, of class PropertiesImplementation.


testNullReplace

public void testNullReplace()
Test of replace method, of class PropertiesImplementation.


testDefaultMerge

public void testDefaultMerge()
Test of merge method, of class PropertiesImplementation.


testSameMerge

public void testSameMerge()
Test of merge method, of class PropertiesImplementation.


testConsistantMerge

public void testConsistantMerge()
Test of merge method, of class PropertiesImplementation.


testInconsistantMerge

public void testInconsistantMerge()
Test of merge method, of class PropertiesImplementation.


testLeftMissingMerge

public void testLeftMissingMerge()
Test of merge method, of class PropertiesImplementation.


testRightMissingMerge

public void testRightMissingMerge()
Test of merge method, of class PropertiesImplementation.


testBothMissingMerge

public void testBothMissingMerge()
Test of merge method, of class PropertiesImplementation.


testBadLeftMerge

public void testBadLeftMerge()
Test of merge method, of class PropertiesImplementation.


testBadRightMerge

public void testBadRightMerge()
Test of merge method, of class PropertiesImplementation.


testAdd_String_List

public void testAdd_String_List()
Test of add method, of class PropertiesImplementation.


testSet_String_Object

public void testSet_String_Object()
Test of set method, of class PropertiesImplementation.


testSet_String_List

public void testSet_String_List()
Test of set method, of class PropertiesImplementation.


Get Relational Analysis Toolkit at SourceForge.net. Fast, secure and Free Open Source software downloads