|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.uif.util.ComponentUtilsTest
public class ComponentUtilsTest
ComponentUtilsTest tests various ComponentUtils methods
Constructor Summary | |
---|---|
ComponentUtilsTest()
|
Method Summary | ||
---|---|---|
static
|
copy(T component)
|
|
void |
setup()
|
|
void |
testCleanContextDeap()
Test ComponentUtils.cleanContextDeap(org.kuali.rice.krad.uif.util.LifecycleElement) using a BreadcrumbItem object |
|
void |
testCopyUsingCloningWithDataFieldSucceeds()
|
|
void |
testCopyUsingCloningWithDataTableSucceeds()
|
|
void |
testCopyUsingCloningWithFieldBaseSucceeds()
|
|
void |
testCopyUsingCloningWithSimpleCollectionGroupSucceeds()
test ComponentUtils#copyUsingCloning using a CollectionGroup object |
|
void |
testUpdateIdWithSuffix()
test that ComponentUtils.updateIdWithSuffix(org.kuali.rice.krad.uif.component.Component, java.lang.String) works ok |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentUtilsTest()
Method Detail |
---|
public void setup()
public void testUpdateIdWithSuffix()
ComponentUtils.updateIdWithSuffix(org.kuali.rice.krad.uif.component.Component, java.lang.String)
works ok
public void testCopyUsingCloningWithFieldBaseSucceeds()
public static <T extends Component> T copy(T component)
public void testCopyUsingCloningWithDataFieldSucceeds()
public void testCopyUsingCloningWithSimpleCollectionGroupSucceeds()
ComponentUtils#copyUsingCloning
using a CollectionGroup object
public void testCleanContextDeap()
ComponentUtils.cleanContextDeap(org.kuali.rice.krad.uif.util.LifecycleElement)
using a BreadcrumbItem object
public void testCopyUsingCloningWithDataTableSucceeds()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |