mockspresso-easymock-powermock / com.episode6.hackit.mockspresso.easymock.powermock / EasyPowerMockPlugin

EasyPowerMockPlugin

open class EasyPowerMockPlugin : MockspressoPlugin

Plugin that applies EasyPowerMockMockerConfig to enable mockspresso usage with Powermock + EasyMock. This plugin does not apply a PowerMockRule, so the implementer is responsible for either running their test with the PowerMockRunner or applying their own PowerMockRule

Constructors

<init>

EasyPowerMockPlugin()

Plugin that applies EasyPowerMockMockerConfig to enable mockspresso usage with Powermock + EasyMock. This plugin does not apply a PowerMockRule, so the implementer is responsible for either running their test with the PowerMockRunner or applying their own PowerMockRule

Functions

apply

open fun apply(builder: Builder): Builder