Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Aug 23, 2023
1 parent ed755d5 commit 2928806
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions readme.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ Nick Chapsas (1 Aug 2022)](https://www.youtube.com/watch?v=Q1_YkcPwpqY)
* [Verify.Avalonia](https://github.com/VerifyTests/Verify.Avalonia): Verification of [Avalonia UIs](https://avaloniaui.net/).
* [Verify.Blazor](https://github.com/VerifyTests/Verify.Blazor): Verification of [Blazor Component](https://docs.microsoft.com/en-us/aspnet/core/blazor/#components) via [bunit](https://bunit.egilhansen.com) or via raw Blazor rendering.
* [Verify.Brighter](https://github.com/VerifyTests/Verify.Brighter): Verification of [Brighter](https://www.goparamore.io/) bits.
* [Verify.CommunityToolkit.Mvvm](https://github.com/VerifyTests/Verify.CommunityToolkit.Mvvm): Verification of [CommunityToolkit.Mvvm](https://learn.microsoft.com/en-us/dotnet/communitytoolkit/mvvm/).
* [Verify.Cosmos](https://github.com/VerifyTests/Verify.Cosmos): Verification of [Azure CosmosDB](https://docs.microsoft.com/en-us/azure/cosmos-db/).
* Bunsen-Burner support: [BunsenBurner.Verify.NUnit](https://github.com/bmazzarol/Bunsen-Burner/blob/main/BunsenBurner.Verify.NUnit/README.md) / [BunsenBurner.Verify.Xunit](https://github.com/bmazzarol/Bunsen-Burner/blob/main/BunsenBurner.Verify.Xunit/README.md).
* [Verify.DiffPlex](https://github.com/VerifyTests/Verify.DiffPlex): Comparison of text via [DiffPlex](https://github.com/mmanela/diffplex).
Expand Down
1 change: 0 additions & 1 deletion src/AutoVerifyTests/Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ static Tests()
#endregion
}


[Fact]
public async Task Simple()
{
Expand Down
1 change: 0 additions & 1 deletion src/Verify.Expecto/Verifier_Archive.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public static Task<VerifyResult> VerifyZip(
return Verify(settings, assembly, sourceFile, name, _ => _.VerifyZip(path, include, info, fileScrubber), true);
}


/// <summary>
/// Verifies the contents of a <see cref="ZipArchive"/>
/// </summary>
Expand Down
1 change: 0 additions & 1 deletion src/Verify.Tests/DateFormatterTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ public async Task DateTimeOffsetCombinations()
value = value.AddSeconds(.5);
}


jsonValues.Add(name.ToString(), DateFormatter.ToJsonString(value));
parameterValues.Add(name.ToString(), DateFormatter.ToParameterString(value));
}
Expand Down
1 change: 0 additions & 1 deletion src/Verify.Tests/Naming/NamerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ public Task GetRuntimeAndVersion()
.UniqueForRuntimeAndVersion();
}


#region UseTextForParameters

[Theory]
Expand Down

0 comments on commit 2928806

Please sign in to comment.