org.kuali.rice
Class StaticWeavingTest
java.lang.Object
org.kuali.rice.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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaticWeavingTest
public StaticWeavingTest()
testStaticWeaving
public void testStaticWeaving()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.