Package org.powermock.tests.utils
Class Keys
java.lang.Object
org.powermock.tests.utils.Keys
Holds various keys that may be put into the MockRepository to store state.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Key that can be used to set or get the current test instance in the mock repository.static final String
Key that can be used to set or get the current test method in the mock repository.static final String
Key that can be used to set or get the current test method arguments in the mock repository. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CURRENT_TEST_INSTANCE
Key that can be used to set or get the current test instance in the mock repository.- See Also:
-
CURRENT_TEST_METHOD
Key that can be used to set or get the current test method in the mock repository.- See Also:
-
CURRENT_TEST_METHOD_ARGUMENTS
Key that can be used to set or get the current test method arguments in the mock repository.- See Also:
-
-
Constructor Details
-
Keys
public Keys()
-