com.atlassian.bamboo.pageobjects.pages.plan.result
Class TestTableRowElement

java.lang.Object
  extended by com.atlassian.bamboo.pageobjects.pages.plan.result.TestTableRowElement

public class TestTableRowElement
extends Object

Represents row of test table

See Also:
TestTableElement

Constructor Summary
TestTableRowElement(com.atlassian.pageobjects.elements.PageElement row)
           
 
Method Summary
 TestCaseActionsComponent actions()
           
 boolean canPerformActions()
           
 long getTestCaseId()
           
 String getTestCaseName()
           
 String getTestClassName()
           
 String getTestName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestTableRowElement

public TestTableRowElement(com.atlassian.pageobjects.elements.PageElement row)
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()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.