org.apache.tapestry.integration
Class TestBrowserIssues

java.lang.Object
  extended by org.testng.Assert
      extended by org.apache.tapestry.integration.TestBrowserIssues

public class TestBrowserIssues
extends org.testng.Assert

Note: If these tests fail with BindException when starting Jetty, it could be Skype. At least on my system, Skype is listening on localhost:80.


Field Summary
static String PAGE_LOAD_TIMEOUT
          60 seconds.
 
Constructor Summary
TestBrowserIssues()
           
 
Method Summary
 void shutdownBackground()
           
 void startupBackground()
           
 void test_issue_1129()
           
 void test_issue_1141()
           
 void test_issue_1775_a()
           
 void test_issue_1775_b()
           
 void test_issue_2225()
           
 
Methods inherited from class org.testng.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEqualsNoOrder, assertEqualsNoOrder, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAGE_LOAD_TIMEOUT

public static final String PAGE_LOAD_TIMEOUT
60 seconds.

See Also:
Constant Field Values
Constructor Detail

TestBrowserIssues

public TestBrowserIssues()
Method Detail

startupBackground

public void startupBackground()
                       throws Exception
Throws:
Exception

shutdownBackground

public void shutdownBackground()
                        throws Exception
Throws:
Exception

test_issue_1141

public void test_issue_1141()
                     throws Exception
Throws:
Exception

test_issue_1129

public void test_issue_1129()
                     throws Exception
Throws:
Exception

test_issue_1775_a

public void test_issue_1775_a()
                       throws Exception
Throws:
Exception

test_issue_1775_b

public void test_issue_1775_b()
                       throws Exception
Throws:
Exception

test_issue_2225

public void test_issue_2225()
                     throws Exception
Throws:
Exception


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.