Package | Description |
---|---|
com.atlassian.bamboo.plugins.testresultparser.testng | |
com.atlassian.bamboo.results.tests | |
com.atlassian.bamboo.resultsummary.tests |
Modifier and Type | Method and Description |
---|---|
TestCaseResultError |
TestMethodExceptionEntity.toTestCaseResultError() |
Modifier and Type | Method and Description |
---|---|
List<TestCaseResultError> |
TestResults.getErrors()
How many errors does the test have.
|
Modifier and Type | Method and Description |
---|---|
void |
TestResults.addError(TestCaseResultError error)
Add an error to the test
|
Modifier and Type | Class and Description |
---|---|
class |
TestCaseResultErrorImpl |
Modifier and Type | Method and Description |
---|---|
List<TestCaseResultError> |
TestCaseResultImpl.getErrors() |
List<TestCaseResultError> |
TestCaseResult.getErrors() |
Modifier and Type | Method and Description |
---|---|
void |
TestCaseResultErrorMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<TestCaseResultError> list,
TestCaseResultError object,
long objectIndex,
org.hibernate.Session session) |
protected void |
TestCaseResultErrorMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
TestCaseResultError object,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
TestCaseResultErrorMapper.importProperties(TestCaseResultError object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
Modifier and Type | Method and Description |
---|---|
void |
TestCaseResultErrorMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<TestCaseResultError> list,
TestCaseResultError object,
long objectIndex,
org.hibernate.Session session) |
long |
TestCaseResultHibernateDao.scrollTestCaseResultErrorsForExport(Consumer<TestCaseResultError> consumer) |
long |
TestCaseResultDao.scrollTestCaseResultErrorsForExport(Consumer<TestCaseResultError> consumer)
Scroll through and execute function for each of TestCaseResultErrors
Objects passed to function are not fully initialized.
|
Constructor and Description |
---|
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) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.