TestCaseFactory
public abstract class AbstractTestCaseFactory extends Object
Modifier and Type | Class | Description |
---|---|---|
protected class |
AbstractTestCaseFactory.Handler |
Modifier and Type | Field | Description |
---|---|---|
String |
baseDirectory |
|
File |
catalog |
|
int |
count |
|
int |
currPathLen |
|
Pattern |
exclude |
|
boolean |
expectedError |
|
Pattern |
include |
|
String |
nextVariable |
|
XTestOptions |
opts |
|
boolean |
outputFile |
|
Set<String> |
previousTestResults |
|
TestCase |
tc |
|
TestConfiguration |
tConfig |
Constructor | Description |
---|---|
AbstractTestCaseFactory(XTestOptions opts) |
Modifier and Type | Method | Description |
---|---|---|
int |
process() |
|
protected abstract void |
submit(TestCase tc) |
|
protected boolean |
submitTestCase(TestCase tc) |
public TestConfiguration tConfig
public File catalog
public String baseDirectory
public TestCase tc
public Pattern include
public Pattern exclude
public XTestOptions opts
public String nextVariable
public boolean expectedError
public boolean outputFile
public int currPathLen
public int count
public AbstractTestCaseFactory(XTestOptions opts)
Copyright © 2019 Apache Software Foundation. All rights reserved.