| Package | Description |
|---|---|
| net.sourceforge.jwebunit.junit |
| Modifier and Type | Field and Description |
|---|---|
protected WebTester |
WebTestCase.customTester
Deprecated.
|
protected WebTester |
WebTestCase.tester
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static WebTester |
JWebUnit.getTester()
Get internal WebTester.
|
WebTester |
WebTestCase.getTester()
Deprecated.
Get internal WebTester.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JWebUnit.setCustomTester(WebTester tester)
Set a custom WebTester (for example your own subclass).
|
| Constructor and Description |
|---|
WebTestCase(String name,
WebTester customTester)
Deprecated.
|
WebTestCase(WebTester customTester)
Deprecated.
From 2.1 you can provide your own WebTester to run test cases.
|
Copyright © 2002–2017 JWebUnit. All rights reserved.