|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestCaseResultError | |
|---|---|
| com.atlassian.bamboo.plugins.testresultparser.testng | |
| com.atlassian.bamboo.results.tests | |
| com.atlassian.bamboo.resultsummary.tests | |
| Uses of TestCaseResultError in com.atlassian.bamboo.plugins.testresultparser.testng |
|---|
| Methods in com.atlassian.bamboo.plugins.testresultparser.testng that return TestCaseResultError | |
|---|---|
TestCaseResultError |
TestMethodExceptionEntity.toTestCaseResultError()
|
| Uses of TestCaseResultError in com.atlassian.bamboo.results.tests |
|---|
| Methods in com.atlassian.bamboo.results.tests that return types with arguments of type TestCaseResultError | |
|---|---|
java.util.List<TestCaseResultError> |
TestResults.getErrors()
How many errors does the test have. |
| Methods in com.atlassian.bamboo.results.tests with parameters of type TestCaseResultError | |
|---|---|
void |
TestResults.addError(TestCaseResultError error)
Add an error to the test |
| Uses of TestCaseResultError in com.atlassian.bamboo.resultsummary.tests |
|---|
| Classes in com.atlassian.bamboo.resultsummary.tests that implement TestCaseResultError | |
|---|---|
class |
TestCaseResultErrorImpl
|
| Methods in com.atlassian.bamboo.resultsummary.tests that return types with arguments of type TestCaseResultError | |
|---|---|
java.util.List<TestCaseResultError> |
TestCaseResult.getErrors()
|
java.util.List<TestCaseResultError> |
TestCaseResultImpl.getErrors()
|
| Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type TestCaseResultError | |
|---|---|
void |
TestCaseResultErrorMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
java.util.List<TestCaseResultError> list,
TestCaseResultError object,
long objectIndex,
net.sf.hibernate.Session session)
|
protected void |
TestCaseResultErrorMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
TestCaseResultError object,
net.sf.hibernate.Session session,
ExportDetailsBean exportDetailsBean)
|
protected void |
TestCaseResultErrorMapper.importProperties(TestCaseResultError object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.hibernate.Session session)
|
| Method parameters in com.atlassian.bamboo.resultsummary.tests with type arguments of type TestCaseResultError | |
|---|---|
void |
TestCaseResultErrorMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
java.util.List<TestCaseResultError> list,
TestCaseResultError object,
long objectIndex,
net.sf.hibernate.Session session)
|
long |
TestCaseResultHibernateDao.scrollTestCaseResultErrorsForExport(com.google.common.base.Function<TestCaseResultError,java.lang.Void> function)
|
long |
TestCaseResultDao.scrollTestCaseResultErrorsForExport(com.google.common.base.Function<TestCaseResultError,java.lang.Void> function)
Scroll through and execute function for each of TestCaseResultErrors Objects passed to function are not fully initialized. |
protected void |
TestCaseResultImpl.setErrors(java.util.List<TestCaseResultError> testErrors)
|
| Constructor parameters in com.atlassian.bamboo.resultsummary.tests with type arguments of type TestCaseResultError | |
|---|---|
TestCaseResultImpl(TestCase testCase,
long duration,
TestState state,
java.util.List<TestCaseResultError> testCaseResultErrors)
|
|
TestCaseResultImpl(TestCase testCase,
long duration,
TestState state,
java.util.List<TestCaseResultError> testCaseResultErrors,
java.util.List<java.lang.String> quarantinedTests)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||