public abstract class AbstractTestCase extends Object implements TestCase
| Modifier and Type | Field and Description |
|---|---|
protected String[] |
iArgs
Program arguments.
|
protected static String |
iImageDir
The directory with test-images (platform-independent).
|
protected static String |
iTmpImage
A temporary file for display of results.
|
| Constructor and Description |
|---|
AbstractTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
runTest(String[] pArgs)
Run test and catch execptions.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, runprotected static final String iImageDir
protected static final String iTmpImage
protected String[] iArgs
public void runTest(String[] pArgs)
pArgs - Additional arguments for the test.Copyright © 2019. All rights reserved.