public class TestDelegationClassLoader extends Object
DelegationClassLoader.| Constructor and Description |
|---|
TestDelegationClassLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
testCanSetDelegate() |
void |
testCantLoadUnknownClassWithDelegateSet() |
void |
testCantLoadUnknownClassWithOutDelegateSet() |
void |
testCantSetNullDelegate() |
void |
testLoadSystemClassWithDelegateSet() |
void |
testLoadSystemClassWithOutDelegateSet() |
public void testLoadSystemClassWithOutDelegateSet()
throws ClassNotFoundException
ClassNotFoundExceptionpublic void testLoadSystemClassWithDelegateSet()
throws ClassNotFoundException
ClassNotFoundExceptionpublic void testCantLoadUnknownClassWithOutDelegateSet()
throws ClassNotFoundException
ClassNotFoundExceptionpublic void testCantLoadUnknownClassWithDelegateSet()
throws ClassNotFoundException
ClassNotFoundExceptionpublic void testCantSetNullDelegate()
public void testCanSetDelegate()
Copyright © 2019 Atlassian. All rights reserved.