Skip to content

Commit a46d9c2

Browse files
authored
docs: Update NUnit Analyzer docs to NUnit3 Analyzer docs (#342)
* docs: Update NUnit Analyzer docs to NUnit3 Analyzer docs
1 parent 44702ca commit a46d9c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dotnet add package FluentAssertions.Analyzers
3232

3333
- [FluentAssertions Analyzer Docs](docs/FluentAssertionsAnalyzer.md)
3434
- [MsTest Analyzer Docs](docs/MsTestAnalyzer.md)
35-
- [NUnit Analyzer Docs](docs/NunitAnalyzer.md)
35+
- [NUnit3 Analyzer Docs](docs/Nunit3Analyzer.md)
3636

3737
## Getting Started
3838

docs/NunitAnalyzer.md renamed to docs/Nunit3Analyzer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This is a generated file, please edit src\FluentAssertions.Analyzers.FluentAssertionAnalyzerDocsGenerator\DocsGenerator.cs to change the contents
33
-->
44

5-
# Nunit Analyzer Docs
5+
# Nunit3 Analyzer Docs
66

77
- [BooleanAssertIsTrue](#scenario-booleanassertistrue) - `flag.Should().BeTrue();`
88
- [BooleanAssertIsFalse](#scenario-booleanassertisfalse) - `flag.Should().BeFalse();`

src/FluentAssertions.Analyzers.FluentAssertionAnalyzerDocs/NunitAnalyzerTests.cs renamed to src/FluentAssertions.Analyzers.FluentAssertionAnalyzerDocs/Nunit3AnalyzerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace FluentAssertions.Analyzers.FluentAssertionAnalyzerDocs;
99

1010
[TestClass]
11-
public class NunitAnalyzerTests
11+
public class Nunit3AnalyzerTests
1212
{
1313
[TestMethod]
1414
public void BooleanAssertIsTrue()

0 commit comments

Comments
 (0)