File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/FluentAssertions.Analyzers.Tests/Tips Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,8 @@ public class CollectionTests
184
184
[ Implemented ]
185
185
public void CollectionShouldNotContainProperty_WhereShouldBeEmpty_TestAnalyzer ( string assertion ) => VerifyCSharpDiagnosticCodeBlock ( assertion , DiagnosticMetadata . CollectionShouldNotContainProperty_WhereShouldBeEmpty ) ;
186
186
187
- [ DataTestMethod ]
187
+ // TODO: all test cases are ignored
188
+ // [DataTestMethod]
188
189
[ IgnoreAssertionDiagnostic ( "actual.Should().OnlyContain(x => !x.BooleanProperty{0});" ) ]
189
190
[ IgnoreAssertionDiagnostic ( "actual.AsEnumerable().Should().OnlyContain(x => !x.BooleanProperty{0}).And.ToString();" ) ]
190
191
[ IgnoreAssertionDiagnostic ( "actual.ToArray().Should().OnlyContain(x => !x.BooleanProperty{0}).And.ToString();" ) ]
You can’t perform that action at this time.
0 commit comments