Package org.spockframework.runtime
Interface IMethodNameMapper
-
- All Known Implementing Classes:
SpecInfo
public interface IMethodNameMapper
Maps method names in bytecode to their logical names. Typically used for feature methods.- Author:
- Peter Niederwieser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isInitializerOrFixtureMethod(java.lang.String className, java.lang.String methodName)
java.lang.String
toFeatureName(java.lang.String methodName)
-