org.hibernate.envers.test.integration.components
Class DefaultValueComponents

java.lang.Object
  extended by org.hibernate.envers.test.AbstractEnversTest
      extended by org.hibernate.envers.test.AbstractEntityTest
          extended by org.hibernate.envers.test.integration.components.DefaultValueComponents

public class DefaultValueComponents
extends AbstractEntityTest

Test class for components with default values.

See Also:
Hibernate JIRA

Constructor Summary
DefaultValueComponents()
           
 
Method Summary
 void configure(Ejb3Configuration cfg)
           
 void initData()
           
 void testHistoryOfId0()
           
 void testHistoryOfId1()
           
 void testHistoryOfId2()
           
 void testHistoryOfId3()
           
 void testHistoryOfId4()
           
 void testHistoryOfId5()
           
 void testHistoryOfId6()
           
 void testRevisionsCounts()
           
 
Methods inherited from class org.hibernate.envers.test.AbstractEntityTest
addConfigurationProperties, close, getAuditReader, getCfg, getEntityManager, init, init, newEntityManager
 
Methods inherited from class org.hibernate.envers.test.AbstractEnversTest
data, getAuditStrategy, setTestData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultValueComponents

public DefaultValueComponents()
Method Detail

configure

public void configure(Ejb3Configuration cfg)
Specified by:
configure in class AbstractEntityTest

initData

public void initData()

testRevisionsCounts

public void testRevisionsCounts()

testHistoryOfId0

public void testHistoryOfId0()

testHistoryOfId1

public void testHistoryOfId1()

testHistoryOfId2

public void testHistoryOfId2()

testHistoryOfId3

public void testHistoryOfId3()

testHistoryOfId4

public void testHistoryOfId4()

testHistoryOfId5

public void testHistoryOfId5()

testHistoryOfId6

public void testHistoryOfId6()


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