-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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*. |