Skip to content

Commit

Permalink
Improve README.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjust committed Sep 9, 2024
1 parent 290d8e4 commit a6f8d48
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions framework/lib/formatter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Custom JUnit test formatter that outputs executed and failing tests, following
# Defects4J's naming conventions for test entries.
# Custom JUnit test formatter and test runner

Run ant test to compile and test the formatter implementation.
The custom test runner allows Defects4J to run a single test case.

Run ant jar to build and deploy the `formatter.jar`.
The custom formatter outputs executed and failing tests, following Defects4J's
naming conventions for test entries.

* Run `ant test` to compile and test the formatter implementation.

* Run `ant jar` to build and deploy the *formatter.jar*.

0 comments on commit a6f8d48

Please sign in to comment.