public class DelegatingClassLoaderTest extends Object
DelegatingClassLoader| Constructor and Description |
|---|
DelegatingClassLoaderTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldAllowNullParent() |
void |
shouldFindClassIfOneDelegateCanFindIt() |
void |
shouldFindClassIfParentCanFindIt() |
void |
shouldNotAllowNullDelegates() |
void |
shouldNotClassIfNoDelegateCanFindIt() |
public DelegatingClassLoaderTest()
public void shouldNotAllowNullDelegates() throws Exception
Exceptionpublic void shouldAllowNullParent() throws Exception
Exceptionpublic void shouldNotClassIfNoDelegateCanFindIt() throws Exception
Exceptionpublic void shouldFindClassIfOneDelegateCanFindIt() throws Exception
Exceptionpublic void shouldFindClassIfParentCanFindIt() throws Exception
ExceptionCopyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.