-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use aweXpect for Compression project
- Loading branch information
Showing
14 changed files
with
220 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
Tests/Testably.Abstractions.Compression.Tests/TestHelpers/Usings.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
global using AutoFixture.Xunit2; | ||
global using FluentAssertions; | ||
global using System; | ||
global using System.Threading.Tasks; | ||
global using System.IO.Abstractions; | ||
global using Testably.Abstractions.TestHelpers; | ||
global using Testably.Abstractions.Testing; | ||
global using Xunit; | ||
global using aweXpect; | ||
global using aweXpect.Testably; | ||
global using static aweXpect.Expect; |
Oops, something went wrong.