Class TestCaseActionsComponent

java.lang.Object
com.atlassian.bamboo.pageobjects.pages.plan.result.TestCaseActionsComponent

public class TestCaseActionsComponent extends Object
A pop-up list of actions which can be performed for a test case.
See Also:
  • Field Details

    • pageBinder

      @Inject protected com.atlassian.pageobjects.PageBinder pageBinder
  • Constructor Details

    • TestCaseActionsComponent

      public TestCaseActionsComponent()
  • Method Details

    • canToggleQuarantine

      public boolean canToggleQuarantine()
    • unleashTest

      public void unleashTest()
    • quarantineTest

      public void quarantineTest()
    • openQuarantineTestDialog

      public QuarantineConfirmationDialog openQuarantineTestDialog()
    • isQuarantined

      public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isQuarantined()