-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring in preparation of adding support for test names (#143)
Extracted `Fact`. `ExpectedFact`, and `ReportedFact` to top level types, and adjusted their accessibility. Added `ExpectedFact.Reader` to contain logic to read expected facts from files, and `ConformanceTestReport.Builder` to build up a report. Added unit tests for `ExpectedFact.Reader`. Preparation for fixing #141.
- Loading branch information
Showing
8 changed files
with
415 additions
and
267 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
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
Oops, something went wrong.