Skip to content
This repository has been archived by the owner on Jan 17, 2018. It is now read-only.

vbfox/NFluentConversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFluent Conversion

NFluent is a really nice library but converting NUnit code by hand is tedious.

This project contains refactorings and code fixes as a Roslyn-based Visual Studio extension to automate this task and transform NUnit asserts :

Assert.AreEqual(expected, actual);

with NFluent ones :

Check.That(actual).IsEqualTo(expected);

About

Analyzers and code fixes to convert from NUnit to NFluent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published