public class Keys
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Keys() |
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