@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)
PluginAssertionsassertState in interface PluginAssertionspluginKey - the complete key of the pluginexpectedState - the expected stateCopyright © 2002-2024 Atlassian. All Rights Reserved.