@Label(value="TestSuite") public interface TestSuiteDescriptor extends JUnitDescriptor, com.buschmais.jqassistant.plugin.common.api.model.NamedDescriptor, com.buschmais.jqassistant.plugin.xml.api.model.XmlFileDescriptor
Modifier and Type | Method and Description |
---|---|
int |
getErrors() |
int |
getFailures() |
int |
getSkipped() |
List<TestCaseDescriptor> |
getTestCases() |
int |
getTests() |
float |
getTime() |
void |
setErrors(int errors) |
void |
setFailures(int failures) |
void |
setSkipped(int skipped) |
void |
setTests(int tests) |
void |
setTime(float time) |
getName, setName
@Property(value="tests") int getTests()
void setTests(int tests)
@Property(value="failures") int getFailures()
void setFailures(int failures)
@Property(value="errors") int getErrors()
void setErrors(int errors)
@Property(value="skipped") int getSkipped()
void setSkipped(int skipped)
@Property(value="time") float getTime()
void setTime(float time)
@Relation(value="CONTAINS") List<TestCaseDescriptor> getTestCases()
Copyright © 2016 buschmais GbR. All rights reserved.