public class JdkClassInfoProvider extends Object implements ClassInfoProvider
| Constructor and Description |
|---|
JdkClassInfoProvider() |
| Modifier and Type | Method and Description |
|---|---|
<T> ClassLoader |
classLoader(Class<T> toMock)
Returns the class loader where the mock should be created.
|
String |
classPackage(Class<?> toMock)
Returns the package where the mock should be created.
|
public String classPackage(Class<?> toMock)
ClassInfoProviderclassPackage in interface ClassInfoProvidertoMock - the class to mockpublic <T> ClassLoader classLoader(Class<T> toMock)
ClassInfoProviderclassLoader in interface ClassInfoProviderT - type of the class to mocktoMock - the class to mockCopyright © 2001–2024 EasyMock contributors. All rights reserved.