com.atlassian.plugin.util
Class TestClassLoaderUtils

java.lang.Object
  extended by com.atlassian.plugin.util.TestClassLoaderUtils

public class TestClassLoaderUtils
extends Object


Constructor Summary
TestClassLoaderUtils()
           
 
Method Summary
 void testLoadClassWithContextClassLoader()
           
 void testLoadClassWithNullContextClassLoader()
           
 void testLoadNoSuchClassWithContextClassLoader()
           
 void testLoadNoSuchClassWithNullContextClassLoader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestClassLoaderUtils

public TestClassLoaderUtils()
Method Detail

testLoadClassWithContextClassLoader

public void testLoadClassWithContextClassLoader()
                                         throws Exception
Throws:
Exception

testLoadNoSuchClassWithContextClassLoader

public void testLoadNoSuchClassWithContextClassLoader()
                                               throws Exception
Throws:
Exception

testLoadClassWithNullContextClassLoader

public void testLoadClassWithNullContextClassLoader()
                                             throws Exception
Throws:
Exception

testLoadNoSuchClassWithNullContextClassLoader

public void testLoadNoSuchClassWithNullContextClassLoader()
                                                   throws Exception
Throws:
Exception


Copyright © 2015 Atlassian. All rights reserved.