public class GosuSpecBytecodeTestFixture extends Object implements GosuSpecTestFixture
| Constructor and Description |
|---|
GosuSpecBytecodeTestFixture() |
| Modifier and Type | Method and Description |
|---|---|
Object |
invokeMethod(Object context,
String methodName,
Object... args) |
Object |
invokeStaticMethod(String typeName,
String methodName,
Object... args) |
Object |
newInstance(String typeName) |
public Object newInstance(String typeName)
newInstance in interface GosuSpecTestFixturepublic Object invokeMethod(Object context, String methodName, Object... args)
invokeMethod in interface GosuSpecTestFixturepublic Object invokeStaticMethod(String typeName, String methodName, Object... args)
invokeStaticMethod in interface GosuSpecTestFixtureCopyright © 2015. All rights reserved.