public class TestRun extends Object
Modifier | Constructor and Description |
---|---|
|
TestRun() |
protected |
TestRun(String title,
String projectKey,
TestResult result,
long duration,
Date executionDate) |
Modifier and Type | Method and Description |
---|---|
TestRun |
at(Date executionDate) |
static TestRun |
from(TestOutcome result) |
long |
getDuration() |
Date |
getExecutionDate() |
String |
getProjectKey() |
TestResult |
getResult() |
Set<TestRunTag> |
getTags() |
String |
getTitle() |
TestRun |
inProject(String projectKey) |
public TestRun()
protected TestRun(String title, String projectKey, TestResult result, long duration, Date executionDate)
public String getTitle()
public String getProjectKey()
public TestResult getResult()
public Date getExecutionDate()
public long getDuration()
public Set<TestRunTag> getTags()
public static TestRun from(TestOutcome result)
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.