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

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

public class PropertyRestrictionTest
extends TestCase


Constructor Summary
PropertyRestrictionTest(java.lang.String testName)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testBadCheck_Property_List()
          Test of check method, of class PropertyRestriction.
 void testBadCheck_Property_Object()
          Test of check method, of class PropertyRestriction.
 void testBadClassCheck_Parameter()
          Test of check method, of class PropertyRestriction.
 void testBadClassCheck_Property_List()
          Test of check method, of class PropertyRestriction.
 void testBadClassCheck_Property_Object()
          Test of check method, of class PropertyRestriction.
 void testBadClassCheck_Property()
          Test of check method, of class PropertyRestriction.
 void testBadClassCheck_String_List()
           
 void testBadClassCheck_String_Object()
          Test of check method, of class PropertyRestriction.
 void testBadCountCheck_Parameter()
          Test of check method, of class PropertyRestriction.
 void testBadCountCheck_Property_List()
          Test of check method, of class PropertyRestriction.
 void testBadCountCheck_Property_Object()
          Test of check method, of class PropertyRestriction.
 void testBadCountCheck_Property()
          Test of check method, of class PropertyRestriction.
 void testBadCountCheck_String_List()
          Test of check method, of class PropertyRestriction.
 void testBadCountCheck_String_Object()
          Test of check method, of class PropertyRestriction.
 void testBadListClassCheck_Property_List()
          Test of check method, of class PropertyRestriction.
 void testBadListClassCheck_Property_Object()
          Test of check method, of class PropertyRestriction.
 void testBadListClassCheck_String_List()
           
 void testBadListClassCheck_String_Object()
          Test of check method, of class PropertyRestriction.
 void testBadPropertyCheck_Parameter()
          Test of check method, of class PropertyRestriction.
 void testBadPropertyCheck_Property_List()
          Test of check method, of class PropertyRestriction.
 void testBadPropertyCheck_Property_Object()
          Test of check method, of class PropertyRestriction.
 void testBadPropertyCheck_Property()
          Test of check method, of class PropertyRestriction.
 void testBadPropertyCheck_String_List()
          Test of check method, of class PropertyRestriction.
 void testBadPropertyCheck_String_Object()
          Test of check method, of class PropertyRestriction.
 void testCheck_Parameter()
          Test of check method, of class PropertyRestriction.
 void testCheck_Property_List()
          Test of check method, of class PropertyRestriction.
 void testCheck_Property_Object()
          Test of check method, of class PropertyRestriction.
 void testCheck_Property()
          Test of check method, of class PropertyRestriction.
 void testCheck_String_List()
          Test of check method, of class PropertyRestriction.
 void testCheck_String_Object()
          Test of check method, of class PropertyRestriction.
 void testDuplicate()
          Test of duplicate method, of class PropertyRestriction.
 void testGetClassType()
          Test of getClassType method, of class PropertyRestriction.
 void testGetMaxCount()
          Test of getMaxCount method, of class PropertyRestriction.
 void testGetMinCount()
          Test of getMinCount method, of class PropertyRestriction.
 void testGetTest()
          Test of getTest method, of class PropertyRestriction.
 void testSetClassType()
          Test of setClassType method, of class PropertyRestriction.
 void testSetMaxCount()
          Test of setMaxCount method, of class PropertyRestriction.
 void testSetMinCount()
          Test of setMinCount method, of class PropertyRestriction.
 void testSetPropertyQuery()
          Test of setPropertyQuery method, of class PropertyRestriction.
 void testSetTest()
          Test of setTest method, of class PropertyRestriction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyRestrictionTest

public PropertyRestrictionTest(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

testSetPropertyQuery

public void testSetPropertyQuery()
Test of setPropertyQuery method, of class PropertyRestriction.


testCheck_Property_Object

public void testCheck_Property_Object()
                               throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

testBadClassCheck_Property_Object

public void testBadClassCheck_Property_Object()
                                       throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

testBadListClassCheck_Property_Object

public void testBadListClassCheck_Property_Object()
                                           throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

testBadCountCheck_Property_Object

public void testBadCountCheck_Property_Object()
                                       throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

testBadPropertyCheck_Property_Object

public void testBadPropertyCheck_Property_Object()
                                          throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

testBadCheck_Property_Object

public void testBadCheck_Property_Object()
                                  throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

testCheck_Property

public void testCheck_Property()
                        throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

testBadPropertyCheck_Property

public void testBadPropertyCheck_Property()
                                   throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

testBadCountCheck_Property

public void testBadCountCheck_Property()
                                throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

testBadClassCheck_Property

public void testBadClassCheck_Property()
                                throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

testCheck_Parameter

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


testBadCountCheck_Parameter

public void testBadCountCheck_Parameter()
Test of check method, of class PropertyRestriction.


testBadClassCheck_Parameter

public void testBadClassCheck_Parameter()
Test of check method, of class PropertyRestriction.


testBadPropertyCheck_Parameter

public void testBadPropertyCheck_Parameter()
Test of check method, of class PropertyRestriction.


testGetMaxCount

public void testGetMaxCount()
Test of getMaxCount method, of class PropertyRestriction.


testSetMaxCount

public void testSetMaxCount()
Test of setMaxCount method, of class PropertyRestriction.


testGetMinCount

public void testGetMinCount()
Test of getMinCount method, of class PropertyRestriction.


testSetMinCount

public void testSetMinCount()
Test of setMinCount method, of class PropertyRestriction.


testGetTest

public void testGetTest()
Test of getTest method, of class PropertyRestriction.


testSetTest

public void testSetTest()
Test of setTest method, of class PropertyRestriction.


testGetClassType

public void testGetClassType()
Test of getClassType method, of class PropertyRestriction.


testSetClassType

public void testSetClassType()
Test of setClassType method, of class PropertyRestriction.


testDuplicate

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


testCheck_Property_List

public void testCheck_Property_List()
                             throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

testBadClassCheck_Property_List

public void testBadClassCheck_Property_List()
                                     throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

testBadListClassCheck_Property_List

public void testBadListClassCheck_Property_List()
                                         throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

testBadCountCheck_Property_List

public void testBadCountCheck_Property_List()
                                     throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

testBadPropertyCheck_Property_List

public void testBadPropertyCheck_Property_List()
                                        throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

testBadCheck_Property_List

public void testBadCheck_Property_List()
                                throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

testCheck_String_Object

public void testCheck_String_Object()
                             throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

testBadClassCheck_String_Object

public void testBadClassCheck_String_Object()
                                     throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

testBadListClassCheck_String_Object

public void testBadListClassCheck_String_Object()
                                         throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

testBadCountCheck_String_Object

public void testBadCountCheck_String_Object()
                                     throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

testBadPropertyCheck_String_Object

public void testBadPropertyCheck_String_Object()
                                        throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

testCheck_String_List

public void testCheck_String_List()
                           throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

testBadClassCheck_String_List

public void testBadClassCheck_String_List()
                                   throws InvalidObjectTypeException
Throws:
InvalidObjectTypeException

testBadListClassCheck_String_List

public void testBadListClassCheck_String_List()
                                       throws InvalidObjectTypeException
Throws:
InvalidObjectTypeException

testBadCountCheck_String_List

public void testBadCountCheck_String_List()
                                   throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

testBadPropertyCheck_String_List

public void testBadPropertyCheck_String_List()
                                      throws InvalidObjectTypeException
Test of check method, of class PropertyRestriction.

Throws:
InvalidObjectTypeException

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