public class JUnit4SpockMethod extends ConstructorOrMethod
| Constructor and Description |
|---|
JUnit4SpockMethod(org.junit.runner.Description description) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getDeclaringClass() |
String |
getName() |
static boolean |
isSpockClass(Class<?> testClass) |
String |
toString() |
equals, getConstructor, getEnabled, getMethod, getParameterTypes, hashCode, setEnabledpublic JUnit4SpockMethod(org.junit.runner.Description description)
public static boolean isSpockClass(Class<?> testClass)
public Class<?> getDeclaringClass()
getDeclaringClass in class ConstructorOrMethodpublic String getName()
getName in class ConstructorOrMethodpublic String toString()
toString in class ConstructorOrMethodCopyright © 2024. All rights reserved.