com.genuitec.blinki.webkit.swt.tests
Class WebKitBrowserTests
java.lang.Object
junit.framework.TestCase
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;
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebKitBrowserTests
public WebKitBrowserTests()
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()