Package org.spockframework.util
Class Identifiers
java.lang.Object
org.spockframework.util.Identifiers
Identifiers used throughout the core.
- Author:
- Peter Niederwieser
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
Label name identifying a cleanup-block.static final String
static final String
Method name identifying a fixture method that is executed after each spec.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Method name identifying a fixture method that is executed before each spec.static final String
static final String
static final String
Label name identifying a then-block.static final String
static final String
Label name identifying a when-block.static final String
Label name identifying a where-block.static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SETUP
- See Also:
-
GIVEN
- See Also:
-
EXPECT
- See Also:
-
WHEN
Label name identifying a when-block.- See Also:
-
THEN
Label name identifying a then-block.- See Also:
-
CLEANUP
Label name identifying a cleanup-block.- See Also:
-
WHERE
Label name identifying a where-block.- See Also:
-
AND
- See Also:
-
BLOCK_LABELS
-
SETUP_METHOD
- See Also:
-
CLEANUP_METHOD
- See Also:
-
SETUP_SPEC_METHOD
Method name identifying a fixture method that is executed before each spec.- See Also:
-
CLEANUP_SPEC_METHOD
Method name identifying a fixture method that is executed after each spec.- See Also:
-
FIXTURE_METHODS
-
GET_SPECIFICATION_CONTEXT
- See Also:
-
WITH
- See Also:
-
STUB
- See Also:
-
MOCK
- See Also:
-
SPY
- See Also:
-
GROOVY_STUB
- See Also:
-
GROOVY_MOCK
- See Also:
-
GROOVY_SPY
- See Also:
-
THROWN
- See Also:
-
NOT_THROWN
- See Also:
-
NO_EXCEPTION_THROWN
- See Also:
-
INTERACTION
- See Also:
-
OLD
- See Also:
-
BUILT_IN_METHODS
-
TEST_DOUBLE_METHODS
-
EXCEPTION_CONDITION_METHODS
-
-
Constructor Details
-
Identifiers
public Identifiers()
-