public interface ClassInfoProvider
| 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.
|
String classPackage(Class<?> toMock)
toMock - the class to mock<T> ClassLoader classLoader(Class<T> toMock)
T - type of the class to mocktoMock - the class to mockCopyright © 2001–2024 EasyMock contributors. All rights reserved.