|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.powermock.tests.utils.Keys
public class Keys
Holds various keys that may be put into the MockRepository to store state.
| Field Summary | |
|---|---|
static java.lang.String |
CURRENT_TEST_INSTANCE
Key that can be used to set or get the current test instance in the mock repository. |
static java.lang.String |
CURRENT_TEST_METHOD
Key that can be used to set or get the current test method in the mock repository. |
static java.lang.String |
CURRENT_TEST_METHOD_ARGUMENTS
Key that can be used to set or get the current test method arguments in the mock repository. |
| Constructor Summary | |
|---|---|
Keys()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CURRENT_TEST_INSTANCE
public static final java.lang.String CURRENT_TEST_METHOD
public static final java.lang.String CURRENT_TEST_METHOD_ARGUMENTS
| Constructor Detail |
|---|
public Keys()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||