mockspresso-mockito-powermock / com.episode6.hackit.mockspresso.mockito.powermock / PowerMockitoPlugin

PowerMockitoPlugin

open class PowerMockitoPlugin : MockspressoPlugin

Plugin that applies PowerMockitoConfig to enable mockspresso usage with Powermock + Mockito. 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>

PowerMockitoPlugin()

Plugin that applies PowerMockitoConfig to enable mockspresso usage with Powermock + Mockito. 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