Uses of Class
com.atlassian.bamboo.pageobjects.pages.plan.QuarantinedTestRow
-
Uses of QuarantinedTestRow in com.atlassian.bamboo.pageobjects.pages.plan
Modifier and TypeMethodDescription@NotNull Optional<QuarantinedTestRow>
QuarantinedTestsPage.getQuarantinedTest
(@NotNull String testClassName, @NotNull String testMethodName) @NotNull List<QuarantinedTestRow>
QuarantinedTestsPage.getQuarantinedTests()
@NotNull List<QuarantinedTestRow>
QuarantinedTestsPage.getQuarantinedTests
(boolean shouldBePresent) static @NotNull Predicate<QuarantinedTestRow>
QuarantinedTestRow.testMatches
(@NotNull String testClassName, @NotNull String testMethodName)