com.atlassian.pageobjects.elements.test
Class TestPageElementJavaScript

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

public class TestPageElementJavaScript
extends AbstractPageElementBrowserTest

Test PageElementJavascript execute script methods.

Since:
2.1

Field Summary
 
Fields inherited from class com.atlassian.pageobjects.elements.test.AbstractPageElementBrowserTest
classRules, driver, methodRules, product
 
Constructor Summary
TestPageElementJavaScript()
           
 
Method Summary
 void executeAsyncNonTypedShouldWorkForPageElement()
           
 void executeAsyncNonTypedShouldWorkForSimpleType()
           
 void executeAsyncTypedShouldWorkForPageElement()
           
 void executeAsyncTypedShouldWorkForSelectElement()
           
 void executeAsyncTypedShouldWorkForSimpleType()
           
 void executeTimedShouldNotAcceptPageElementAsResultType()
           
 void init()
           
 void shouldExecuteSimpleJavascript()
           
 void shouldExecuteTimedScript()
           
 void shouldReturnNewPageElement()
           
 void shouldReturnSamePageElement()
           
 void shouldReturnSamePageElementWithCast()
           
 void shouldReturnSelectElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPageElementJavaScript

public TestPageElementJavaScript()
Method Detail

init

public void init()

shouldExecuteSimpleJavascript

public void shouldExecuteSimpleJavascript()

shouldExecuteTimedScript

public void shouldExecuteTimedScript()

executeTimedShouldNotAcceptPageElementAsResultType

public void executeTimedShouldNotAcceptPageElementAsResultType()

shouldReturnSamePageElement

public void shouldReturnSamePageElement()

shouldReturnSamePageElementWithCast

public void shouldReturnSamePageElementWithCast()

shouldReturnNewPageElement

public void shouldReturnNewPageElement()

shouldReturnSelectElement

public void shouldReturnSelectElement()

executeAsyncNonTypedShouldWorkForSimpleType

public void executeAsyncNonTypedShouldWorkForSimpleType()

executeAsyncNonTypedShouldWorkForPageElement

public void executeAsyncNonTypedShouldWorkForPageElement()

executeAsyncTypedShouldWorkForSimpleType

public void executeAsyncTypedShouldWorkForSimpleType()

executeAsyncTypedShouldWorkForPageElement

public void executeAsyncTypedShouldWorkForPageElement()

executeAsyncTypedShouldWorkForSelectElement

public void executeAsyncTypedShouldWorkForSelectElement()


Copyright © 2014 Atlassian. All rights reserved.