@Label(value="TestCase") public interface TestCaseDescriptor extends JUnitDescriptor, com.buschmais.jqassistant.plugin.common.api.model.NamedDescriptor
Modifier and Type | Interface and Description |
---|---|
static class |
TestCaseDescriptor.Result |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
TestCaseErrorDescriptor |
getError() |
TestCaseFailureDescriptor |
getFailure() |
TestCaseDescriptor.Result |
getResult() |
float |
getTime() |
void |
setClassName(String className) |
void |
setError(TestCaseErrorDescriptor errorDescriptor) |
void |
setFailure(TestCaseFailureDescriptor failureDescriptor) |
void |
setResult(TestCaseDescriptor.Result result) |
void |
setTime(float time) |
@Relation(value="HAS_ERROR") TestCaseErrorDescriptor getError()
void setError(TestCaseErrorDescriptor errorDescriptor)
@Relation(value="HAS_FAILURE") TestCaseFailureDescriptor getFailure()
void setFailure(TestCaseFailureDescriptor failureDescriptor)
@Property(value="className") String getClassName()
void setClassName(String className)
@Property(value="time") float getTime()
void setTime(float time)
@Property(value="result") TestCaseDescriptor.Result getResult()
void setResult(TestCaseDescriptor.Result result)
Copyright © 2016 buschmais GbR. All rights reserved.