Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add unit test definition link
  • Loading branch information
barbeau committed Feb 22, 2018
1 parent 1039e64 commit 362df2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ADDING_NEW_RULES.md
Expand Up @@ -246,7 +246,7 @@ That's it for the rule itself! If you run this code it will now log an error fo

### 6. Add a unit test for the new rule

Like any software project, we add [unit tests](v) for all new rules to make sure that as the application continues to grow we don't accidentally break anything.
Like any software project, we add [unit tests](https://en.wikipedia.org/wiki/Unit_testing) for all new rules to make sure that as the application continues to grow we don't accidentally break anything.

Because we added the rule in `VehicleValidator`, we'll add the unit test for this rule in [`VehicleValidatorTest`](https://github.com/CUTR-at-USF/gtfs-realtime-validator/blob/master/gtfs-realtime-validator-lib/src/test/java/edu/usf/cutr/gtfsrtvalidator/lib/test/rules/VehicleValidatorTest.java).

Expand Down

0 comments on commit 362df2e

Please sign in to comment.