Package | Description |
---|---|
org.powermock.configuration | |
org.powermock.configuration.support |
Modifier and Type | Interface and Description |
---|---|
interface |
Configuration<T extends Configuration>
The general interface for all types configurations that could be obtained via
GlobalConfiguration . |
Modifier and Type | Class and Description |
---|---|
class |
MockitoConfiguration |
class |
PowerMockConfiguration
The class provides list of setting for PowerMock.
|
Modifier and Type | Method and Description |
---|---|
<T extends Configuration<T>> |
ConfigurationFactory.create(Class<T> configurationType) |
static <T extends Configuration> |
ConfigurationType.forClass(Class<T> configurationClass) |
Modifier and Type | Method and Description |
---|---|
<T extends Configuration<T>> |
ConfigurationFactoryImpl.create(Class<T> configurationType) |
Copyright © 2019. All rights reserved.