public abstract class TestTask extends Object implements Callable<TestResult>
Modifier and Type | Field and Description |
---|---|
protected boolean |
collectCoverage |
protected int |
id |
protected boolean |
offline |
protected URL[] |
searchPathURLs |
protected TestMethod |
testMethod |
Modifier | Constructor and Description |
---|---|
protected |
TestTask(URL[] searchPathURLs,
boolean offline,
boolean collectCoverage,
TestMethod testMethod)
Constructor for task to run a JUnit test method.
|
Modifier and Type | Method and Description |
---|---|
TestMethod |
getTestMethod()
Returns the JUnit test method.
|
String |
toString() |
protected final int id
protected final URL[] searchPathURLs
protected final boolean offline
protected final boolean collectCoverage
protected final TestMethod testMethod
protected TestTask(URL[] searchPathURLs, boolean offline, boolean collectCoverage, TestMethod testMethod)
public TestMethod getTestMethod()
Copyright © 2010–2019 GZoltar. All rights reserved.