net.thucydides.core.statistics.model
Class TestRun
java.lang.Object
net.thucydides.core.statistics.model.TestRun
public class TestRun
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestRun
public TestRun()
TestRun
protected TestRun(String title,
String projectKey,
TestResult result,
long duration,
Date executionDate)
getTitle
public String getTitle()
getProjectKey
public String getProjectKey()
getResult
public TestResult getResult()
getExecutionDate
public Date getExecutionDate()
getDuration
public long getDuration()
getTags
public Set<TestRunTag> getTags()
from
public static TestRun from(TestOutcome result)
inProject
public TestRun inProject(String projectKey)
at
public TestRun at(Date executionDate)
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.