com.genuitec.blinki.webkit.swt.tests
Class WebKitBrowserTests

java.lang.Object
  extended by junit.framework.TestCase
      extended by com.genuitec.blinki.webkit.swt.tests.WebKitBrowserTests

public class WebKitBrowserTests
extends junit.framework.TestCase

Set of tests for Browser. Can run tests for Chromium, Mozilla or IE. To run Chromium tests: uncomment import com.genuitec.swt.browser.*; comment out import org.eclipse.swt.browser.*; To run IE tests: uncomment import org.eclipse.swt.browser.*; comment out import com.genuitec.swt.browser.*; To run Mozilla tests: uncomment import org.eclipse.swt.browser.*; comment out import com.genuitec.swt.browser.*; set private static final int MOZILLA = SWT.MOZILLA;


Constructor Summary
WebKitBrowserTests()
           
 
Method Summary
 void testForwardBackEnabled()
           
 void testGetHTMLWorks()
           
 void testGoAboutBlank()
           
 void testGoToFile()
           
 void testGoToFilewoPrefix()
           
 void testGoToURL()
           
 void testGoToURLwoHTTP()
           
 void testJSWorks()
           
 void testPopups()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebKitBrowserTests

public WebKitBrowserTests()
Method Detail

testGoAboutBlank

public void testGoAboutBlank()

testGoToURL

public void testGoToURL()

testGoToURLwoHTTP

public void testGoToURLwoHTTP()

testGoToFile

public void testGoToFile()
                  throws java.io.IOException
Throws:
java.io.IOException

testGoToFilewoPrefix

public void testGoToFilewoPrefix()
                          throws java.io.IOException
Throws:
java.io.IOException

testJSWorks

public void testJSWorks()
                 throws java.io.IOException
Throws:
java.io.IOException

testGetHTMLWorks

public void testGetHTMLWorks()
                      throws java.io.IOException
Throws:
java.io.IOException

testPopups

public void testPopups()

testForwardBackEnabled

public void testForwardBackEnabled()