Class TestTableRowElement
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.plan.result.TestTableRowElement
-
public class TestTableRowElement extends Object
Represents row of test table- See Also:
TestTableElement
-
-
Constructor Summary
Constructors Constructor Description TestTableRowElement(com.atlassian.pageobjects.elements.PageElement row)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestCaseActionsComponent
actions()
boolean
canPerformActions()
long
getTestCaseId()
String
getTestCaseName()
String
getTestClassName()
String
getTestName()
-
-
-
Method Detail
-
getTestClassName
public String getTestClassName()
-
getTestCaseId
public long getTestCaseId()
-
getTestCaseName
public String getTestCaseName()
-
getTestName
public String getTestName()
-
canPerformActions
public boolean canPerformActions()
-
actions
public TestCaseActionsComponent actions()
-
-