public class QuarantinedTestsPage extends AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct| Constructor and Description |
|---|
QuarantinedTestsPage(PlanKey planKey) |
| Modifier and Type | Method and Description |
|---|---|
Optional<QuarantinedTestRow> |
getQuarantinedTest(String testClassName,
String testMethodName) |
List<QuarantinedTestRow> |
getQuarantinedTests() |
List<QuarantinedTestRow> |
getQuarantinedTests(boolean shouldBePresent) |
String |
getUrl() |
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEnterKey, sendEscapeKeypublic QuarantinedTestsPage(PlanKey planKey)
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPageindicator in class AbstractBambooPagepublic String getUrl()
@NotNull public List<QuarantinedTestRow> getQuarantinedTests()
@NotNull public List<QuarantinedTestRow> getQuarantinedTests(boolean shouldBePresent)
@NotNull public Optional<QuarantinedTestRow> getQuarantinedTest(@NotNull String testClassName, @NotNull String testMethodName)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.