public interface PluginAssertions
| 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.
|
void assertState(String pluginKey, com.atlassian.plugin.PluginState expectedState)
pluginKey - the complete key of the pluginexpectedState - the expected stateCopyright © 2002-2018 Atlassian. All Rights Reserved.