Interface PluginAssertions

All Known Implementing Classes:
PluginAssertionsImpl

public interface PluginAssertions
Assertions about P2 plugins.
Since:
7.4
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

      void assertState(String pluginKey, com.atlassian.plugin.PluginState expectedState)
      Asserts that the P2 plugin with the given key is in the given state.
      Parameters:
      pluginKey - the complete key of the plugin
      expectedState - the expected state
      Since:
      7.4