net.grinder.testutility
Class IsolatedObjectFactory
java.lang.Object
net.grinder.testutility.IsolatedObjectFactory
public class IsolatedObjectFactory
- extends Object
Create objects that unknown to the standard class loaders. Useful for testing
ClassNotFoundException handling.
- Author:
- Philip Aston
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IsolatedObjectFactory
public IsolatedObjectFactory()
getIsolatedObjectClass
public static Class<?> getIsolatedObjectClass()
getIsolatedObject
public static Object getIsolatedObject()
Copyright © 2000-2012. All Rights Reserved.