public class TestCaseResultImpl extends BambooEntityObject implements TestCaseResult
Constructor and Description |
---|
TestCaseResultImpl() |
TestCaseResultImpl(TestCase testCase,
long duration,
TestState state) |
TestCaseResultImpl(TestCase testCase,
long duration,
TestState state,
List<TestCaseResultError> testCaseResultErrors) |
TestCaseResultImpl(TestCase testCase,
long duration,
TestState state,
List<TestCaseResultError> testCaseResultErrors,
List<String> quarantinedTests)
Deprecated.
since 5.7
|
TestCaseResultImpl(TestCase testCase,
long duration,
TestState state,
List<TestCaseResultError> testCaseResultErrors,
Set<String> quarantinedTests) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TestCaseResult testCaseResult) |
boolean |
equals(Object o) |
TestDeltaState |
getDeltaState()
Return the Delta state for this test, e.g.
|
long |
getDuration()
How long the test took to run
|
List<TestCaseResultError> |
getErrors() |
int |
getFailingSince()
If in delta state FAILING, return the build number for the build that this test started failing in.
|
String |
getMethodName() |
String |
getName() |
String |
getPrettyDuration() |
TestState |
getState()
Get the state of this test run, e.g.
|
TestCase |
getTestCase() |
TestClassResult |
getTestClassResult() |
int |
hashCode() |
boolean |
isQuarantined()
Check if the test case result was quarantined
|
void |
setDeltaState(TestDeltaState testDeltaState)
Set the delta state for this test (the difference between the state of this test and the state in the last build)
|
void |
setDuration(long duration) |
void |
setFailingSince(int buildNumber)
Set the build number for the build that this test started failing in.
|
void |
setQuarantined(boolean quarantined) |
void |
setState(TestState state) |
void |
setTestCase(TestCase testCase) |
void |
setTestClassResult(TestClassResult testClassResult)
Set the TestClassResult this test result belongs to
|
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDate
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
setId
getId
public TestCaseResultImpl()
public TestCaseResultImpl(TestCase testCase, long duration, TestState state, @Nullable List<TestCaseResultError> testCaseResultErrors)
@Deprecated public TestCaseResultImpl(TestCase testCase, long duration, TestState state, @Nullable List<TestCaseResultError> testCaseResultErrors, List<String> quarantinedTests)
@Nullable public String getName()
getName
in interface TestCaseResult
getName
in interface NameProvider
@Nullable public String getMethodName()
getMethodName
in interface TestCaseResult
public String getPrettyDuration()
getPrettyDuration
in interface TestCaseResult
public TestCase getTestCase()
getTestCase
in interface TestCaseResult
TestCase
this result belongs topublic void setTestCase(TestCase testCase)
public long getDuration()
TestCaseResult
getDuration
in interface TestCaseResult
public void setDuration(long duration)
public TestClassResult getTestClassResult()
getTestClassResult
in interface TestCaseResult
public void setTestClassResult(TestClassResult testClassResult)
TestCaseResult
setTestClassResult
in interface TestCaseResult
testClassResult
- this test result belongs to@NotNull public List<TestCaseResultError> getErrors()
getErrors
in interface TestCaseResult
public TestState getState()
TestCaseResult
getState
in interface TestCaseResult
public void setState(TestState state)
public TestDeltaState getDeltaState()
TestCaseResult
getDeltaState
in interface TestCaseResult
public void setDeltaState(TestDeltaState testDeltaState)
TestCaseResult
setDeltaState
in interface TestCaseResult
testDeltaState
- - the delta state for this testpublic int getFailingSince()
TestCaseResult
getFailingSince
in interface TestCaseResult
public void setFailingSince(int buildNumber)
TestCaseResult
setFailingSince
in interface TestCaseResult
buildNumber
- that the test has been failing sincepublic int hashCode()
hashCode
in class com.atlassian.core.bean.EntityObject
public boolean equals(Object o)
equals
in class com.atlassian.core.bean.EntityObject
public int compareTo(TestCaseResult testCaseResult)
compareTo
in interface Comparable<TestCaseResult>
public boolean isQuarantined()
TestCaseResult
isQuarantined
in interface TestCaseResult
public void setQuarantined(boolean quarantined)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.