org.kuali.rice.krad.data.jpa
Class JpaMetadataProviderTest

java.lang.Object
  extended by org.kuali.rice.krad.data.jpa.JpaMetadataProviderTest

public class JpaMetadataProviderTest
extends Object


Constructor Summary
JpaMetadataProviderTest()
           
 
Method Summary
 void setUp()
           
static void setUpBeforeClass()
           
 void testAttributeSecurityIfEncrypted()
           
 void testGetAllMetadata()
           
 void testGetMetadataForClass_Attribute_Non_OJB_Property()
           
 void testGetMetadataForClass_Attribute_Type_Unknown()
           
 void testGetMetadataForClass_Attribute_Types()
           
 void testGetMetadataForClass_Attributes()
           
 void testGetMetadataForClass_ClassData()
           
 void testGetMetadataForClass_PKFields_TwoFieldIdClass()
           
 void testGetMetadataForClass_PKFields_TwoFieldNoIdClass()
           
 void testGetMetadataForClass_PKFields()
           
 void testGetMetadataForClass_VersionAttribute()
           
 void testGetMetadataForCollection_Indirect()
           
 void testGetMetadataForCollection()
           
 void testGetMetadataForRelationship_anotherReferencedObject_attributes()
           
 void testGetMetadataForRelationship_anotherReferencedObject_main()
           
 void testGetMetadataForRelationship_anotherReferencedObject_properties()
           
 void testGetMetadataForRelationship_byInvolvedAttribute()
           
 void testGetMetadataForRelationship_byLastAttribute_dateProperty()
           
 void testGetMetadataForRelationship_byLastAttribute_primaryKeyProperty()
           
 void testGetMetadataForRelationship_byLastAttribute_stringProperty()
           
 void testGetMetadataForRelationship_referencedObject_attributes()
           
 void testGetMetadataForRelationship_referencedObject_main()
           
 void testGetMetadataForRelationship_referencedObject_properties()
           
 void testGetMetadataForRelationship_yetAnotherReferencedObject_attributes()
           
 void testGetMetadataForRelationship_yetAnotherReferencedObject_main()
           
 void testGetMetadataForRelationship_yetAnotherReferencedObject_properties()
           
 void testGetMetadataForType()
           
 void testIsClassPersistable_InvalidType()
           
 void testIsClassPersistable_ValidType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JpaMetadataProviderTest

public JpaMetadataProviderTest()
Method Detail

setUpBeforeClass

public static void setUpBeforeClass()
                             throws Exception
Throws:
Exception

setUp

public void setUp()
           throws Exception
Throws:
Exception

testGetMetadataForType

public void testGetMetadataForType()
                            throws Exception
Throws:
Exception

testGetAllMetadata

public void testGetAllMetadata()
                        throws Exception
Throws:
Exception

testGetMetadataForClass_ClassData

public void testGetMetadataForClass_ClassData()

testGetMetadataForClass_VersionAttribute

public void testGetMetadataForClass_VersionAttribute()

testGetMetadataForClass_Attributes

public void testGetMetadataForClass_Attributes()

testGetMetadataForClass_Attribute_Types

public void testGetMetadataForClass_Attribute_Types()

testGetMetadataForClass_Attribute_Type_Unknown

public void testGetMetadataForClass_Attribute_Type_Unknown()

testGetMetadataForClass_Attribute_Non_OJB_Property

public void testGetMetadataForClass_Attribute_Non_OJB_Property()

testGetMetadataForCollection

public void testGetMetadataForCollection()

testGetMetadataForCollection_Indirect

public void testGetMetadataForCollection_Indirect()

testGetMetadataForRelationship_referencedObject_main

public void testGetMetadataForRelationship_referencedObject_main()

testGetMetadataForRelationship_referencedObject_properties

public void testGetMetadataForRelationship_referencedObject_properties()

testGetMetadataForRelationship_referencedObject_attributes

public void testGetMetadataForRelationship_referencedObject_attributes()

testGetMetadataForRelationship_anotherReferencedObject_main

public void testGetMetadataForRelationship_anotherReferencedObject_main()

testGetMetadataForRelationship_anotherReferencedObject_properties

public void testGetMetadataForRelationship_anotherReferencedObject_properties()

testGetMetadataForRelationship_anotherReferencedObject_attributes

public void testGetMetadataForRelationship_anotherReferencedObject_attributes()

testGetMetadataForRelationship_yetAnotherReferencedObject_main

public void testGetMetadataForRelationship_yetAnotherReferencedObject_main()

testGetMetadataForRelationship_yetAnotherReferencedObject_properties

public void testGetMetadataForRelationship_yetAnotherReferencedObject_properties()

testGetMetadataForRelationship_yetAnotherReferencedObject_attributes

public void testGetMetadataForRelationship_yetAnotherReferencedObject_attributes()

testGetMetadataForRelationship_byLastAttribute_stringProperty

public void testGetMetadataForRelationship_byLastAttribute_stringProperty()

testGetMetadataForRelationship_byLastAttribute_dateProperty

public void testGetMetadataForRelationship_byLastAttribute_dateProperty()

testGetMetadataForRelationship_byLastAttribute_primaryKeyProperty

public void testGetMetadataForRelationship_byLastAttribute_primaryKeyProperty()

testGetMetadataForRelationship_byInvolvedAttribute

public void testGetMetadataForRelationship_byInvolvedAttribute()

testGetMetadataForClass_PKFields

public void testGetMetadataForClass_PKFields()

testGetMetadataForClass_PKFields_TwoFieldIdClass

public void testGetMetadataForClass_PKFields_TwoFieldIdClass()

testGetMetadataForClass_PKFields_TwoFieldNoIdClass

public void testGetMetadataForClass_PKFields_TwoFieldNoIdClass()

testIsClassPersistable_ValidType

public void testIsClassPersistable_ValidType()

testIsClassPersistable_InvalidType

public void testIsClassPersistable_InvalidType()

testAttributeSecurityIfEncrypted

public void testAttributeSecurityIfEncrypted()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.