com.atlassian.pageobjects.elements.test
Class TestElement

java.lang.Object
  extended by com.atlassian.pageobjects.elements.test.AbstractPageElementBrowserTest
      extended by com.atlassian.pageobjects.elements.test.TestElement

public class TestElement
extends AbstractPageElementBrowserTest


Field Summary
 
Fields inherited from class com.atlassian.pageobjects.elements.test.AbstractPageElementBrowserTest
classRules, driver, methodRules, product
 
Constructor Summary
TestElement()
           
 
Method Summary
 void elementShouldBeConvertedToWebElement()
           
 void shouldFindElementByJquery()
           
 void shouldRebindElementIfStale_whenLocatedByAnnotation()
           
 void shouldRebindElementIfStale_whenLocatedByElementFinder()
           
 void shouldRebindElementIfStale_whenOriginalElementBecomesStaleAfterSomeTime()
           
 void shouldRebindElementsIfStale_whenLocatedByParentFindSingle()
           
 void shouldRebindElementsIfStale_whenLocatingByParentFindAll()
           
 void shouldRebindElementsIfStale_whenLocatingByParentFindAllGivenParentAlwaysExists()
           
 void testExecuteScriptOnAnElement()
           
 void testFieldInjection()
           
 void testFind()
           
 void testGetTagName()
           
 void testGetText()
           
 void testHasAttribute()
           
 void testIsPresent()
           
 void testIsPresentWhenParentIsNotPresent()
           
 void testIsPresentWithParent()
           
 void testIsVisible()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestElement

public TestElement()
Method Detail

testFieldInjection

public void testFieldInjection()

testIsPresent

public void testIsPresent()

testIsPresentWithParent

public void testIsPresentWithParent()

testIsPresentWhenParentIsNotPresent

public void testIsPresentWhenParentIsNotPresent()

testIsVisible

public void testIsVisible()

testGetText

public void testGetText()

testFind

public void testFind()

testGetTagName

public void testGetTagName()

testHasAttribute

public void testHasAttribute()

shouldFindElementByJquery

public void shouldFindElementByJquery()

shouldRebindElementIfStale_whenLocatedByAnnotation

public void shouldRebindElementIfStale_whenLocatedByAnnotation()

shouldRebindElementIfStale_whenOriginalElementBecomesStaleAfterSomeTime

public void shouldRebindElementIfStale_whenOriginalElementBecomesStaleAfterSomeTime()

shouldRebindElementIfStale_whenLocatedByElementFinder

public void shouldRebindElementIfStale_whenLocatedByElementFinder()

shouldRebindElementsIfStale_whenLocatedByParentFindSingle

public void shouldRebindElementsIfStale_whenLocatedByParentFindSingle()

elementShouldBeConvertedToWebElement

public void elementShouldBeConvertedToWebElement()

shouldRebindElementsIfStale_whenLocatingByParentFindAll

public void shouldRebindElementsIfStale_whenLocatingByParentFindAll()

shouldRebindElementsIfStale_whenLocatingByParentFindAllGivenParentAlwaysExists

public void shouldRebindElementsIfStale_whenLocatingByParentFindAllGivenParentAlwaysExists()

testExecuteScriptOnAnElement

public void testExecuteScriptOnAnElement()


Copyright © 2014 Atlassian. All rights reserved.