Package org.spockframework.util
Class InternalIdentifiers
java.lang.Object
org.spockframework.util.InternalIdentifiers
Internal identifiers in generated byte code.
- Author:
- Peter Niederwieser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetDataProcessorName(String featureName) static StringgetDataProviderName(String featureName, int providerIndex) static StringgetSharedFieldName(String baseName) static booleanisFeatureMethodName(String name) static booleanisInternalName(String name)
-
Field Details
-
INITIALIZER_METHOD
- See Also:
-
SHARED_INITIALIZER_METHOD
- See Also:
-
INITIALIZER_METHODS
-
INITIALIZER_AND_FIXTURE_METHODS
-
-
Constructor Details
-
InternalIdentifiers
public InternalIdentifiers()
-
-
Method Details
-
getDataProcessorName
-
getDataProviderName
-
isFeatureMethodName
-
isInternalName
-