org.kuali.rice.location.impl
Class StaticWeavingTest

java.lang.Object
  extended by org.kuali.rice.location.impl.StaticWeavingTest

public class StaticWeavingTest
extends Object

This test verifies that all of the JPA objects in this module are statically weaved.

If one executes this test from within an IDE environment, it very well may not pass if one of the JPA objects under examination was modified and then recompiled by the IDE. The static weaving process is handled by Maven, so without executing the appropriate Maven lifecycle phase, the class will not get weaved. Regardless, this test should *always* pass when executed from the command line.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
StaticWeavingTest()
           
 
Method Summary
 void testStaticWeaving()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticWeavingTest

public StaticWeavingTest()
Method Detail

testStaticWeaving

public void testStaticWeaving()


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.