Package hudson.tasks.junit

Model objects that represent JUnit test reports.

See:
          Description

Class Summary
CaseResult One test result.
ClassResult Cumulative test result of a test class.
History History of TestObject over time.
JUnitParser Parse some JUnit xml files and generate a TestResult containing all the results parsed.
JUnitResultArchiver Generates HTML report from JUnit test result XML files.
JUnitResultArchiver.DescriptorImpl  
Messages  
PackageResult Cumulative test result for a package.
SuiteResult Result of one test suite.
SuiteResult.SuiteResultParserConfigurationContext Passed to ParserConfigurator.
TestAction Jelly (all optional): index.jelly: included at the top of the test page summary.jelly: included in a collapsed panel on the test parent page badge.jelly: shown after the test link on the test parent page
TestDataPublisher Contributes TestActions to test results.
TestObject Deprecated. Use TestObject instead.
TestResult Root of all the test results for one build.
TestResultAction Action that displays the JUnit test result.
TestResultAction.Data Resolves TestActions for the given TestObject.
XMLEntityResolver As the name suggest: a resolver for XML entities.
 

Enum Summary
CaseResult.Status Constants that represent the status of this test.
 

Package hudson.tasks.junit Description

Model objects that represent JUnit test reports.



Copyright © 2004-2013. All Rights Reserved.