public class MockClassLoader extends ClassLoader
| Constructor and Description |
|---|
MockClassLoader() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
defineClass(String name,
byte[] b)
Used to mount the class in our class loader.
|
static MockClassLoader |
getInstance()
Access an instance of our class loader.
|
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic static MockClassLoader getInstance()
Copyright © 2018 Esfinge Framework. All rights reserved.