×
Parse some JUnit xml files and generate a TestResult containing all the results parsed. JUnitResultArchiver. Generates HTML report from JUnit test result XML ...
Missing: /url | Show results with:/url
Action that displays the JUnit test result. The actual test reports are isolated by WeakReference so that it doesn't eat up too much memory.
Missing: /url | Show results with:/url
To use this feature, first set up your build to run tests, then specify the path to JUnit XML files in the Ant glob syntax, such as **/build/test-reports/*.xml.
Missing: javadoc. hudson/ tasks/
Mar 26, 2024 · The JUnit plugin provides a publisher that consumes XML test reports generated during the builds and provides some graphical visualization ...
Missing: hudson/ tasks/ class-
Used to create a fake failure, when Hudson fails to load data from XML files. Public since 1.526. Parameters: parent - Parent result. testName - Test name.
Writing automated tests for Jenkins and its plugins is important to ensure that everything works as expected — in various scenarios, with multiple Java ...
Missing: TestResult. | Show results with:TestResult.
Common base class for recording test result. AbstractTestResultAction() - Constructor for class hudson.tasks.test.AbstractTestResultAction ...
HtmlUnit has a WebAssert class that can be used for simple assertions on HTML ... test class that uses JenkinsRule or HudsonTestCase to prevent performance issues ...
Missing: TestResult. | Show results with:TestResult.
Stub of base class for all test result objects. The real implementation of the TestObject is in hudson.tasks.test.TestObject. This class simply defines ...
Gets the human readable title of this result object. boolean, hasChildren(). Whether this test result has children. int ...