Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Pulling test-doc extension for ReportNG #22

Closed
wants to merge 16 commits into from

Commits on Nov 23, 2011

  1. Copy the full SHA
    8ef4959 View commit details
    Browse the repository at this point in the history
  2. Dirty hacking ReportNG to change the generated doc:

    * TestDox formatter (substitute class and method names with a human readable form)
    * define formatter with configuration parameter "org.uncommons.reportng.name-formatter"
    * allow tests filtering (only classes matching "org.uncommons.reportng.name-suffix" will be included in the report)
    * hacking velocity templates to parse the names
    kubamarchwicki committed Nov 23, 2011
    Copy the full SHA
    d469380 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2011

  1. Hacking continues: adding QDox dependency, resolving test methods par…

    …ameters names and adding them to method arguments in the report. Reporting layout changes
    kubamarchwicki committed Nov 24, 2011
    Copy the full SHA
    2cf898f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e2a5909 View commit details
    Browse the repository at this point in the history
  3. Update README.txt

    kubamarchwicki committed Nov 24, 2011
    Copy the full SHA
    c9c4de4 View commit details
    Browse the repository at this point in the history
  4. .gitignore

    kubamarchwicki committed Nov 24, 2011
    Copy the full SHA
    d4c61d8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    480dcec View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2011

  1. Splitting responsibilities: adding new testdoc related project, makin…

    …g the original reportng flexible an pluggable (DummyFormatter, extending ReportNGUtils)
    unknown authored and unknown committed Nov 25, 2011
    Copy the full SHA
    ce1165a View commit details
    Browse the repository at this point in the history
  2. Externalizing tests filtering into another method. Making the org.unc…

    …ommons.reportng.name-suffix system property optional
    unknown authored and unknown committed Nov 25, 2011
    Copy the full SHA
    0c52e13 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6684db1 View commit details
    Browse the repository at this point in the history
  4. Reverting to the original templates. Removing hardcoded class-resutls…

    ….html.vm path. Parametrizing templates_path in config with "org.uncommons.reportng.templates-path"
    kubamarchwicki committed Nov 25, 2011
    Copy the full SHA
    7fa92be View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e7ecd4c View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2011

  1. Cleancoding the TestDocumentReportNGUtils class. Externalizing the so…

    …urce folder for test classes, if source is not found, the parameter names are ignored.
    kubamarchwicki committed Nov 26, 2011
    Copy the full SHA
    ac2fc15 View commit details
    Browse the repository at this point in the history
  2. Correcting README.txt

    kubamarchwicki committed Nov 26, 2011
    Copy the full SHA
    8160a0a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2011

  1. Styling the template

    unknown authored and unknown committed Nov 28, 2011
    Copy the full SHA
    bbc7d9f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2011

  1. Using description from @test annotation - when defined

    unknown authored and unknown committed Dec 1, 2011
    Copy the full SHA
    ac93d6b View commit details
    Browse the repository at this point in the history