testLifecycleAddDuringDispose() Ensure IllegalStateException is thrown if an attempt is
made to add a Component back to a hierarchy during the
execution of the Component.dispose() method.
testLifecycleRemoveDuringInit() Ensure IllegalStateException is thrown if an attempt is
made to remove a Component from its hierarchy during the
execution of the Component.init() method.
public void
testLifecycleSingleComponent() Tests invocation of the init()/dispose
life-cycle methods with a single Component.
Ensure IllegalStateException is thrown if an attempt is
made to add a Component back to a hierarchy during the
execution of the Component.dispose() method.
testLifecycleComponentHierarchy
public void testLifecycleComponentHierarchy()(Code)
Tests invocation of the init()/dispose
life-cycle methods with a Component hierarchy.
Ensure IllegalStateException is thrown if an attempt is
made to remove a Component from its hierarchy during the
execution of the Component.init() method.