public class QuarantinedTestRow extends Object
QuarantinedTestsPage
, representing one test case under quarantine.Modifier and Type | Field and Description |
---|---|
protected org.openqa.selenium.WebDriver |
driver |
Constructor and Description |
---|
QuarantinedTestRow(@NotNull com.atlassian.pageobjects.elements.PageElement tableRow) |
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Option<org.joda.time.DateTime> |
getExpiresAt() |
org.joda.time.DateTime |
getQuarantinedAt() |
String |
getQuarantiningUserFullName() |
String |
getQuarantiningUserUsername() |
String |
getTestClassName() |
String |
getTestMethodName() |
static @NotNull Predicate<QuarantinedTestRow> |
testMatches(@NotNull String testClassName,
@NotNull String testMethodName) |
void |
unleash() |
void |
waitTillCannotUnleash() |
void |
waitTillCanUnleash() |
public QuarantinedTestRow(@NotNull @NotNull com.atlassian.pageobjects.elements.PageElement tableRow)
@NotNull public static @NotNull Predicate<QuarantinedTestRow> testMatches(@NotNull @NotNull String testClassName, @NotNull @NotNull String testMethodName)
public void waitTillCanUnleash()
public void waitTillCannotUnleash()
public void unleash()
public String getTestClassName()
public String getTestMethodName()
public String getQuarantiningUserFullName()
public String getQuarantiningUserUsername()
public org.joda.time.DateTime getQuarantinedAt()
public io.atlassian.fugue.Option<org.joda.time.DateTime> getExpiresAt()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.