Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-19898

hudson.tasks.test isn't generic enough for extension

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None

      In trying to write an custom parser and test implementation using hudson.tasks.test it is apparant that some of the hudson.tasks.test classes assume the junit implementation.

      e.g.
      hudson.tasks.test.AbstractTestResultAction
      contains the method
      public List<CaseResult> getFailedTests
      which hard codes it to the junit implemtnations.

      MetaTabultatedResult body.jelly assumes that the "? extends TestResult" has a fullName when rendering the failed test (which is not declared on this object but defined on CaseResult).

            Unassigned Unassigned
            teilo James Nord
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: