@ParametersAreNonnullByDefault public class PluginAssertionsImpl extends Object implements PluginAssertions
PluginAssertions
.Constructor and Description |
---|
PluginAssertionsImpl(Backdoor backdoor) |
PluginAssertionsImpl(com.atlassian.jira.testkit.client.PluginsControl pluginsControl) |
Modifier and Type | Method and Description |
---|---|
void |
assertState(String pluginKey,
com.atlassian.plugin.PluginState expectedState)
Asserts that the P2 plugin with the given key is in the given state.
|
@Inject public PluginAssertionsImpl(Backdoor backdoor)
public PluginAssertionsImpl(com.atlassian.jira.testkit.client.PluginsControl pluginsControl)
public void assertState(String pluginKey, com.atlassian.plugin.PluginState expectedState)
PluginAssertions
assertState
in interface PluginAssertions
pluginKey
- the complete key of the pluginexpectedState
- the expected stateCopyright © 2002-2021 Atlassian. All Rights Reserved.