@Label(value="TestCase")
public interface TestCaseDescriptor
extends 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() |
TestCaseDescriptor.Result |
getResult() |
float |
getTime() |
void |
setClassName(String className) |
void |
setResult(TestCaseDescriptor.Result result) |
void |
setTime(float time) |
@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 © 2015 buschmais GbR. All rights reserved.