| Package | Description |
|---|---|
| net.sourceforge.jwebunit.api | |
| net.sourceforge.jwebunit.htmlunit | |
| net.sourceforge.jwebunit.junit |
| Modifier and Type | Method and Description |
|---|---|
void |
ITestingEngine.beginAt(URL aInitialURL,
TestContext aTestContext)
Open the browser at an initial URL.
|
| Modifier and Type | Method and Description |
|---|---|
protected TestContext |
HtmlUnitTestingEngineImpl.getTestContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
HtmlUnitTestingEngineImpl.beginAt(URL initialURL,
TestContext context)
Begin a dialog with an initial URL and test client context.
|
| Modifier and Type | Method and Description |
|---|---|
static TestContext |
JWebUnit.getTestContext()
Provide access to test testContext.
|
TestContext |
WebTester.getTestContext()
Provide access to test testContext.
|
TestContext |
WebTestCase.getTestContext()
Deprecated.
Provide access to test testContext.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JWebUnit.setTestContext(TestContext aTestContext)
Allows setting an external test testContext class that might be extended from TestContext.
|
void |
WebTester.setTestContext(TestContext aTestContext)
Allows setting an external test testContext class that might be extended from TestContext.
|
void |
WebTestCase.setTestContext(TestContext aTestContext)
Deprecated.
Allows setting an external test testContext class that might be extended from TestContext.
|
Copyright © 2002–2017 JWebUnit. All rights reserved.