org.hibernate.ejb.test.util
Class PersistenceUtilHelperTest

java.lang.Object
  extended by org.hibernate.ejb.test.util.PersistenceUtilHelperTest

public class PersistenceUtilHelperTest
extends Object

Tests for HHH-5094 and HHH-5334


Nested Class Summary
static class PersistenceUtilHelperTest.FieldAccessBean
           
static class PersistenceUtilHelperTest.FieldAccessBeanBase
           
static class PersistenceUtilHelperTest.MethodAccessBean
           
static class PersistenceUtilHelperTest.MethodAccessBeanBase
           
 
Constructor Summary
PersistenceUtilHelperTest()
           
 
Method Summary
 void testIsLoadedWithReferencePrivateField()
           
 void testIsLoadedWithReferencePrivateMethod()
           
 void testIsLoadedWithReferenceProtectedField()
           
 void testIsLoadedWithReferenceProtectedMethod()
           
 void testIsLoadedWithReferencePublicField()
           
 void testIsLoadedWithReferencePublicMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceUtilHelperTest

public PersistenceUtilHelperTest()
Method Detail

testIsLoadedWithReferencePublicField

public void testIsLoadedWithReferencePublicField()

testIsLoadedWithReferencePublicMethod

public void testIsLoadedWithReferencePublicMethod()

testIsLoadedWithReferenceProtectedField

public void testIsLoadedWithReferenceProtectedField()

testIsLoadedWithReferenceProtectedMethod

public void testIsLoadedWithReferenceProtectedMethod()

testIsLoadedWithReferencePrivateField

public void testIsLoadedWithReferencePrivateField()

testIsLoadedWithReferencePrivateMethod

public void testIsLoadedWithReferencePrivateMethod()


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.