Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pressacco authored Jan 3, 2024
1 parent 4317152 commit a42ae80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ If your automated tests are verifying more than just value types (`string`, `int
2. Automatic decompression of `*.zip` files.
- Useful for saving disk space.
3. Global cache support.
- Useful when multiple rests require the same file as input.
- Useful when multiple tests consume the same file as input.
4. Run-time customization.
- Provide a root directory that is organization specific.
- Can be used to specify where the input data will be stored.
5. Extensible library.
- Create [extension methods][ExtensionMethod] to support custom target formats (e.g. `AsRecord()`).
- Implement the [ITestNamingStrategy][ITestNamingStrategy] interface to support custom test naming conventions.
Expand Down

0 comments on commit a42ae80

Please sign in to comment.