- AbstractEarTestCase - Class in org.gatein.pc.test.unit
-
- AbstractEarTestCase(String, String, String, String) - Constructor for class org.gatein.pc.test.unit.AbstractEarTestCase
-
- AbstractMarkupRenderer - Class in org.gatein.pc.test.controller
-
- AbstractMarkupRenderer(ResponseProperties) - Constructor for class org.gatein.pc.test.controller.AbstractMarkupRenderer
-
- AbstractRendererContext - Class in org.gatein.pc.test.controller
-
- AbstractRendererContext(AbstractControllerContext) - Constructor for class org.gatein.pc.test.controller.AbstractRendererContext
-
- AbstractTestGenericPortlet - Class in org.gatein.pc.test.unit.web
-
Abstract test class for testing GenericPortlet implementation
- AbstractTestGenericPortlet() - Constructor for class org.gatein.pc.test.unit.web.AbstractTestGenericPortlet
-
- AbstractUniversalTestPortlet - Class in org.gatein.pc.test.unit.web
-
Universal test portlet that enables to reuse portlet instances across several tests
- AbstractUniversalTestPortlet() - Constructor for class org.gatein.pc.test.unit.web.AbstractUniversalTestPortlet
-
Construct a test portlet with a test id computed with the method getComponentId().
- AbstractUniversalTestPortlet.RuntimeStatus - Enum in org.gatein.pc.test.unit.web
-
The runtime status of a portlet.
- AbstractUniversalTestServlet - Class in org.gatein.pc.test.unit.web
-
Universal test servlet that enables to reuse servlet instances across several tests
- AbstractUniversalTestServlet() - Constructor for class org.gatein.pc.test.unit.web.AbstractUniversalTestServlet
-
Construct a test servlet with a test id computed with the method getTestId(Class).
- AbstractWarTestCase - Class in org.gatein.pc.test.unit
-
- AbstractWarTestCase(String, String, String, String, String...) - Constructor for class org.gatein.pc.test.unit.AbstractWarTestCase
-
- ACTION_JOIN_POINT - Static variable in class org.gatein.pc.test.unit.web.UTP1
-
- ACTION_JOIN_POINT - Static variable in class org.gatein.pc.test.unit.web.UTP10
-
- ACTION_JOIN_POINT - Static variable in class org.gatein.pc.test.unit.web.UTP11
-
- ACTION_JOIN_POINT - Static variable in class org.gatein.pc.test.unit.web.UTP2
-
- ACTION_JOIN_POINT - Static variable in class org.gatein.pc.test.unit.web.UTP3
-
- ACTION_JOIN_POINT - Static variable in class org.gatein.pc.test.unit.web.UTP4
-
- ACTION_JOIN_POINT - Static variable in class org.gatein.pc.test.unit.web.UTP5
-
- ACTION_JOIN_POINT - Static variable in class org.gatein.pc.test.unit.web.UTP6
-
- ACTION_JOIN_POINT - Static variable in class org.gatein.pc.test.unit.web.UTP7
-
- ACTION_JOIN_POINT - Static variable in class org.gatein.pc.test.unit.web.UTP8
-
- ACTION_JOIN_POINT - Static variable in class org.gatein.pc.test.unit.web.UTP9
-
- ACTION_PHASE - Static variable in class org.gatein.pc.test.controller.unit.ControllerRequestParameterNames
-
Denotes an action lifecycle operation.
- addHeader(String, String) - Method in class org.gatein.pc.test.unit.protocol.response.InvokeMethodResponse
-
- addMetaParameter(String) - Method in class org.gatein.pc.test.url.CodecBuilder
-
- addParameter(String, String[]) - Method in class org.gatein.pc.test.unit.protocol.Body.Form
-
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class org.gatein.pc.test.unit.protocol.response.InvokePostResponse
-
.
- Archive - Annotation Type in org.gatein.pc.test.unit.annotations
-
- Assert - Class in org.gatein.pc.test.unit
-
A bunch of convenient utilities methods for asserting facts.
- Assert() - Constructor for class org.gatein.pc.test.unit.Assert
-
- assertEquals(String, Object, Object) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertEquals(Object, Object) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertEquals(Object[], Object[]) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertEquals(String, Object[], Object[]) - Static method in class org.gatein.pc.test.unit.Assert
-
Test equality as defined by java.util.Array#equals(Object[], Object[]).
- assertEquals(char[], char[]) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertEquals(String, char[], char[]) - Static method in class org.gatein.pc.test.unit.Assert
-
Test equality as defined by java.util.Array#equals(char[], char[]).
- assertEquals(byte[], byte[]) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertEquals(String, byte[], byte[]) - Static method in class org.gatein.pc.test.unit.Assert
-
Test equality as defined by java.util.Array#equals(char[], char[]).
- assertEquals(int[], int[]) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertEquals(String, int[], int[]) - Static method in class org.gatein.pc.test.unit.Assert
-
Test equality as defined by java.util.Array#equals(int[], int[]).
- assertEquals(float[], float[]) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertEquals(String, float[], float[]) - Static method in class org.gatein.pc.test.unit.Assert
-
Test equality as defined by java.util.Array#equals(float[], float[]).
- assertEquals(short[], short[]) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertEquals(String, short[], short[]) - Static method in class org.gatein.pc.test.unit.Assert
-
Test equality as defined by java.util.Array#equals(short[], short[]).
- assertEquals(long[], long[]) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertEquals(String, long[], long[]) - Static method in class org.gatein.pc.test.unit.Assert
-
Test equality as defined by java.util.Array#equals(long[], long[]).
- assertEquals(double[], double[]) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertEquals(String, double[], double[]) - Static method in class org.gatein.pc.test.unit.Assert
-
Test equality as defined by java.util.Array#equals(double[], double[]).
- assertEquals(boolean[], boolean[]) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertEquals(String, boolean[], boolean[]) - Static method in class org.gatein.pc.test.unit.Assert
-
Test equality as defined by java.util.Array#equals(boolean[], boolean[]).
- assertFalse(boolean) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertFalse(String, boolean) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertInstanceOf(Object, Class<T>) - Static method in class org.gatein.pc.test.unit.Assert
-
- Assertion - Enum in org.gatein.pc.test.unit
-
Define TCK assertions.
- Assertion.Active - Class in org.gatein.pc.test.unit
-
- Assertion.Active() - Constructor for class org.gatein.pc.test.unit.Assertion.Active
-
- Assertion.API - Class in org.gatein.pc.test.unit
-
- Assertion.API(Class) - Constructor for class org.gatein.pc.test.unit.Assertion.API
-
- Assertion.Duplicate - Class in org.gatein.pc.test.unit
-
- Assertion.EXT - Class in org.gatein.pc.test.unit
-
- Assertion.EXT(String) - Constructor for class org.gatein.pc.test.unit.Assertion.EXT
-
- Assertion.Inactive - Class in org.gatein.pc.test.unit
-
- Assertion.Inactive(Assertion.Inactive.Type, String) - Constructor for class org.gatein.pc.test.unit.Assertion.Inactive
-
- Assertion.Inactive.Type - Enum in org.gatein.pc.test.unit
-
- Assertion.Ref - Class in org.gatein.pc.test.unit
-
An abstract reference.
- Assertion.Ref() - Constructor for class org.gatein.pc.test.unit.Assertion.Ref
-
- Assertion.Status - Class in org.gatein.pc.test.unit
-
The status of an assertion.
- Assertion.Status() - Constructor for class org.gatein.pc.test.unit.Assertion.Status
-
- Assertion.TCK - Class in org.gatein.pc.test.unit
-
A reference to a JSR TCK test.
- Assertion.TCK(int, String) - Constructor for class org.gatein.pc.test.unit.Assertion.TCK
-
- Assertion.TCK(int) - Constructor for class org.gatein.pc.test.unit.Assertion.TCK
-
- Assertion.Untestable - Class in org.gatein.pc.test.unit
-
- Assertion.Untestable(Assertion.Untestable.Kind, String) - Constructor for class org.gatein.pc.test.unit.Assertion.Untestable
-
- Assertion.Untestable.Kind - Enum in org.gatein.pc.test.unit
-
- assertNotEquals(String, Object, Object) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertNotEquals(Object, Object) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertNotNull(T) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertNotNull(String, T) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertNotSame(String, Object, Object) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertNotSame(Object, Object) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertNull(Object) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertNull(String, Object) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertParameterMap(Map<String, String[]>, PortletRequest) - Method in class org.gatein.pc.test.unit.TestAction
-
Check that the parameter map contains the value expected.
- assertParameterMap(Map<String, String[]>, Map<String, String[]>) - Method in class org.gatein.pc.test.unit.TestAction
-
Check that the two parameter maps are equals.
- assertSame(String, Object, Object) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertSame(Object, Object) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertTrue(boolean) - Static method in class org.gatein.pc.test.unit.Assert
-
- assertTrue(String, boolean) - Static method in class org.gatein.pc.test.unit.Assert
-
- valueOf(String) - Static method in enum org.gatein.pc.test.unit.Assertion.Inactive.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gatein.pc.test.unit.Assertion.Untestable.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gatein.pc.test.unit.Assertion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gatein.pc.test.unit.FailureType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gatein.pc.test.unit.JoinPointType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gatein.pc.test.unit.web.AbstractUniversalTestPortlet.RuntimeStatus
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.gatein.pc.test.unit.Assertion.Inactive.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gatein.pc.test.unit.Assertion.Untestable.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gatein.pc.test.unit.Assertion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gatein.pc.test.unit.FailureType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gatein.pc.test.unit.JoinPointType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gatein.pc.test.unit.web.AbstractUniversalTestPortlet.RuntimeStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.