| Package | Description |
|---|---|
| org.gatein.pc.test.unit |
| Modifier and Type | Method and Description |
|---|---|
JoinPointType |
JoinPoint.getType() |
static JoinPointType |
JoinPointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinPointType[] |
JoinPointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static JoinPoint |
JoinPoint.createJoinPoint(Class annotatedClass,
JoinPointType type) |
String |
PortletTestCase.getActorId(int count,
JoinPointType joinPointType) |
String |
PortletTestContext.getActorId(JoinPointType joinPointType) |
| Constructor and Description |
|---|
JoinPoint(String actorId,
JoinPointType type) |
Copyright © 2003-2018 GateIn. All Rights Reserved.