net.grinder.testutility
Class IsolatedObjectFactory

java.lang.Object
  extended by 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

Constructor Summary
IsolatedObjectFactory()
           
 
Method Summary
static Object getIsolatedObject()
           
static Class<?> getIsolatedObjectClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsolatedObjectFactory

public IsolatedObjectFactory()
Method Detail

getIsolatedObjectClass

public static Class<?> getIsolatedObjectClass()

getIsolatedObject

public static Object getIsolatedObject()


Copyright © 2000-2012. All Rights Reserved.