Skip to content

Small script converting Xunit asserts to FluentAssertions in .NET

Notifications You must be signed in to change notification settings

liamgbs/xunit_to_fluent_dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

xunit_to_fluent_dotnet

Small script converting Xunit asserts to FluentAssertions in .NET

Requires Python 3+

Just run the script with a path to the file containing the tests as an argument.

Do not pass the entire source file, just the lines which need converting. An example of this is included in tests.txt

Not all Assert.* methods are included but are pretty easy to add.

About

Small script converting Xunit asserts to FluentAssertions in .NET

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages