org.tynamo.test
Class FunctionalTest

java.lang.Object
  extended by org.tynamo.test.AbstractContainerTest
      extended by org.tynamo.test.FunctionalTest

public class FunctionalTest
extends AbstractContainerTest


Nested Class Summary
 
Nested classes/interfaces inherited from class org.tynamo.test.AbstractContainerTest
AbstractContainerTest.PauseableServer
 
Field Summary
protected  com.gargoylesoftware.htmlunit.html.HtmlPage startPage
           
 
Fields inherited from class org.tynamo.test.AbstractContainerTest
BASEURI, port, server, webClient
 
Constructor Summary
FunctionalTest()
           
 
Method Summary
 void configureWebClient()
          Hook method which is called during setup phase, before the first request.
 void startContainer()
           
 
Methods inherited from class org.tynamo.test.AbstractContainerTest
assertErrorTextNotPresent, assertErrorTextPresent, assertXPathNotPresent, assertXPathPresent, buildContext, clickButton, clickButton, clickLink, pauseServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startPage

protected com.gargoylesoftware.htmlunit.html.HtmlPage startPage
Constructor Detail

FunctionalTest

public FunctionalTest()
Method Detail

startContainer

public void startContainer()
                    throws Exception
Overrides:
startContainer in class AbstractContainerTest
Throws:
Exception

configureWebClient

public void configureWebClient()
Description copied from class: AbstractContainerTest
Hook method which is called during setup phase, before the first request. It allows subclasses to modify the webClient, such as for disabling javascript

Overrides:
configureWebClient in class AbstractContainerTest


Copyright © 2004-2010. All Rights Reserved.