Skip to content

Commit

Permalink
README.md updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlemanczyk committed Jan 17, 2024
1 parent a82c87a commit 78467e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Recyclable.Collections.TestData.xUnit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
`Recyclable.Collections.TestData.xUnit` project is a basic open source package for working with repeatable xUnit test data useful for testing collections like `RecyclableList<T>`, `RecyclableLongList<T>`, `List<T>`, `SortableList<T>`, `PriorityQueue<T>` & similar.

## Included
* `BigSourceDataWithOutOfRangeItemIndexesWithRangeTheoryData: TheoryData<string TestCase, IEnumerable<long> TestData, long ItemsCount, int BlockSize, IEnumerable<(long ItemIndex, long RangeStartItemIndex, long RangeItemsCount)> ItemIndexesWithRange>`
* `BlockSizeTheoryData: TheoryData<int BlockSize>`
* `EmptySourceDataTheoryData: TheoryData<string TestCase, IEnumerable<long> TestData, long ItemsCount>`
* `ItemsCountTheoryData: TheoryData<long ItemsCount>`
Expand Down

0 comments on commit 78467e5

Please sign in to comment.