| Package | Description |
|---|---|
| com.gzoltar.core.test | |
| com.gzoltar.core.test.junit | |
| com.gzoltar.core.test.testng |
| Modifier and Type | Field and Description |
|---|---|
protected TestMethod |
TestTask.testMethod |
| Modifier and Type | Method and Description |
|---|---|
TestMethod |
TestTask.getTestMethod()
Returns the JUnit test method.
|
| Modifier and Type | Method and Description |
|---|---|
static List<TestMethod> |
FindTestMethods.findTestMethodsInPath(File path,
org.jacoco.core.runtime.WildcardMatcher testsMatcher) |
| Modifier and Type | Method and Description |
|---|---|
int |
TestMethod.compareTo(TestMethod obj) |
| Constructor and Description |
|---|
TestTask(URL[] searchPathURLs,
boolean offline,
boolean collectCoverage,
TestMethod testMethod)
Constructor for task to run a JUnit test method.
|
| Modifier and Type | Method and Description |
|---|---|
static List<TestMethod> |
FindJUnitTestMethods.find(org.jacoco.core.runtime.WildcardMatcher testsMatcher,
String testClassName) |
| Constructor and Description |
|---|
JUnitTestTask(URL[] searchPathURLs,
boolean offline,
boolean collectCoverage,
TestMethod testMethod) |
| Modifier and Type | Method and Description |
|---|---|
static List<TestMethod> |
FindTestNGTestMethods.find(org.jacoco.core.runtime.WildcardMatcher testsMatcher,
String testClassName) |
| Constructor and Description |
|---|
TestNGTestTask(URL[] searchPathURLs,
boolean offline,
boolean collectCoverage,
TestMethod testMethod) |
Copyright © 2010–2019 GZoltar. All rights reserved.