Interface PluginAssertions
- All Known Implementing Classes:
PluginAssertionsImpl
public interface PluginAssertions
Assertions about P2 plugins.
- Since:
- 7.4
-
Method Summary
Modifier and TypeMethodDescriptionvoid
assertState
(String pluginKey, com.atlassian.plugin.PluginState expectedState) Asserts that the P2 plugin with the given key is in the given state.
-
Method Details
-
assertState
Asserts that the P2 plugin with the given key is in the given state.- Parameters:
pluginKey
- the complete key of the pluginexpectedState
- the expected state- Since:
- 7.4
-