org.springframework.osgi
Class TestUtils
java.lang.Object
org.springframework.osgi.TestUtils
public abstract class TestUtils
- extends Object
Util classes for test cases.
- Author:
- Costin Leau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestUtils
public TestUtils()
getFieldValue
public static Object getFieldValue(Object object,
String fieldName)
invokeMethod
public static Object invokeMethod(Object target,
String methodName,
Object[] args)
invokeStaticMethod
public static Object invokeStaticMethod(Class<?> target,
String methodName,
Object[] args)
Copyright © 2006-2011 Spring Framework. All Rights Reserved.