public abstract class ToolTestBase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ByteArrayOutputStream |
errOut |
protected PrintStream |
oldStdErr |
protected PrintStream |
oldStdOut |
protected ByteArrayOutputStream |
stdOut |
| Constructor and Description |
|---|
ToolTestBase() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getLocation(String wsdlFile) |
protected String |
getStdErr() |
protected String |
getStdOut() |
void |
setUp() |
void |
tearDown() |
protected PrintStream oldStdErr
protected PrintStream oldStdOut
protected ByteArrayOutputStream errOut
protected ByteArrayOutputStream stdOut
Apache CXF