Class InternalIdentifiers

java.lang.Object
org.spockframework.util.InternalIdentifiers

public class InternalIdentifiers extends Object
Internal identifiers in generated byte code.
Author:
Peter Niederwieser
  • Field Details

    • INITIALIZER_METHOD

      public static final String INITIALIZER_METHOD
      See Also:
    • SHARED_INITIALIZER_METHOD

      public static final String SHARED_INITIALIZER_METHOD
      See Also:
    • INITIALIZER_METHODS

      public static final List<String> INITIALIZER_METHODS
    • INITIALIZER_AND_FIXTURE_METHODS

      public static final List<String> INITIALIZER_AND_FIXTURE_METHODS
  • Constructor Details

    • InternalIdentifiers

      public InternalIdentifiers()
  • Method Details

    • getDataProcessorName

      public static String getDataProcessorName(String featureName)
    • getDataProviderName

      public static String getDataProviderName(String featureName, int providerIndex)
    • isFeatureMethodName

      public static boolean isFeatureMethodName(String name)
    • getSharedFieldName

      public static String getSharedFieldName(String baseName)