public class TestClass extends AbstractJavaEntity
<testClass>
<name>.*Test</name>
<super>WebTest</super>
<annotation>@MyTestFramework</annotation>
<package>org\.openclover\..*</package>
<tag>@returns</tag>
<testMethods>
<testMethod><!-- see TestMethod --></testMethod> <!-- 0..N occurrences -->
</testMethods>
</testClass>
| Constructor and Description |
|---|
TestClass() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPackage() |
String |
getSuper() |
List<TestMethod> |
getTestMethods() |
void |
setPackage(String packageName) |
void |
setSuper(String superclass) |
void |
setTestMethods(List<TestMethod> testMethods) |
getAnnotation, getName, getTag, setAnnotation, setName, setTagpublic String getSuper()
public void setSuper(String superclass)
public String getPackage()
public void setPackage(String packageName)
public List<TestMethod> getTestMethods()
public void setTestMethods(List<TestMethod> testMethods)
Copyright © 2019 OpenClover.org. All rights reserved.