Skip to content

Commit

Permalink
update TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Meir017 committed Dec 10, 2023
1 parent c2c4509 commit fde81f1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,12 @@ protected override IEnumerable<FluentAssertionsCSharpSyntaxVisitor> Visitors
yield return new CollectionShouldHaveCountLessThan.CountShouldBeLessThanSyntaxVisitor();

// TODO: Add support for CollectionShouldHaveElementAtAnalyzer
// TODO: Add support for CollectionShouldNotBeNullOrEmptyAnalyzer

yield return new CollectionShouldIntersectWith.IntersectShouldNotBeEmptySyntaxVisitor();

yield return new CollectionShouldHaveSameCount.ShouldHaveCountOtherCollectionCountSyntaxVisitor();

// TODO: Add support for CollectionShouldNotBeNullOrEmptyAnalyzer

yield return new CollectionShouldNotContainItem.ContainsShouldBeFalseSyntaxVisitor();

yield return new CollectionShouldNotContainNulls.SelectShouldNotContainNullsSyntaxVisitor();
Expand Down

0 comments on commit fde81f1

Please sign in to comment.