|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJUnitFacesTestCase
javax.faces.component.UIComponentTestCase
javax.faces.component.UIComponentBaseBehaviorTestCase
public class UIComponentBaseBehaviorTestCase
Test case for component behaviors.
Nested Class Summary | |
---|---|
static class |
UIComponentBaseBehaviorTestCase.BehaviorComponent
|
static class |
UIComponentBaseBehaviorTestCase.TestBehavior
|
Nested classes/interfaces inherited from class javax.faces.component.UIComponentTestCase |
---|
UIComponentTestCase.Listener, UIComponentTestCase.ValidationSignal |
Field Summary |
---|
Fields inherited from class javax.faces.component.UIComponentTestCase |
---|
component, expectedAttributes, expectedFamily, expectedId, expectedRendered, expectedRendererType, expectedRendersChildren |
Constructor Summary | |
---|---|
UIComponentBaseBehaviorTestCase(java.lang.String name)
|
Method Summary | ||
---|---|---|
static
|
set(T... ts)
|
|
void |
testAddBehavior()
Test method for javax.faces.component.UIComponentBase#addClientBehavior(java.lang.String, javax.faces.component.behavior.Behavior) . |
|
void |
testGetBehaviors()
Test method for UIComponentBase.getClientBehaviors() . |
|
void |
testGetDefaultEventName()
Test method for UIComponentBase.getDefaultEventName() . |
|
void |
testGetEventNames()
Test method for UIComponentBase.getEventNames() . |
|
void |
testNonClientBehaviorHolder()
|
|
void |
testSaveState()
Test method for UIComponentBase.saveState(javax.faces.context.FacesContext) . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UIComponentBaseBehaviorTestCase(java.lang.String name)
Method Detail |
---|
public void testSaveState()
UIComponentBase.saveState(javax.faces.context.FacesContext)
.
public void testNonClientBehaviorHolder() throws java.lang.Exception
java.lang.Exception
public void testAddBehavior()
javax.faces.component.UIComponentBase#addClientBehavior(java.lang.String, javax.faces.component.behavior.Behavior)
.
public void testGetEventNames()
UIComponentBase.getEventNames()
.
public void testGetBehaviors()
UIComponentBase.getClientBehaviors()
.
public void testGetDefaultEventName()
UIComponentBase.getDefaultEventName()
.
public static <T> java.util.Set<T> set(T... ts)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |