Info
| Version: | 0.1.3 | 
| Author(s): | Suui | 
| Last Update: | Thursday, January 26, 2017 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/Suui/SlothUnit | 
| NuGet Url: | https://www.nuget.org/packages/SlothUnit | 
Install
Install-Package SlothUnit
                        dotnet add package SlothUnit
                        paket add SlothUnit
                        
                                SlothUnit Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags
 
                
SlothUnit aims to be really simple to use, expressive and easy to setup.
More than anything, trying to be really familiar to your usual C++ code, so you are not required to study it in-depth to be able to start using it fluently (no learning curve whatsoever!).
As of today, SlothUnit is still starting out. Only available in Visual Studio, there are just a few simple assertions for bools, strings, integers and floats.
But it may be used for fun on some katas or in small projects where you don't need more than that :).