SlothUnit 0.1.3

dotnet add package SlothUnit --version 0.1.3
NuGet\Install-Package SlothUnit -Version 0.1.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SlothUnit" Version="0.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SlothUnit --version 0.1.3
#r "nuget: SlothUnit, 0.1.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SlothUnit as a Cake Addin
#addin nuget:?package=SlothUnit&version=0.1.3

// Install SlothUnit as a Cake Tool
#tool nuget:?package=SlothUnit&version=0.1.3

The reflection-based C++ unit testing framework.

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 :)

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.3 1,614 1/26/2017

This is the first public release of SlothUnit!

- Just a few really simply implemented assertions for bools, strings, integers and floats.
- The generated code mirrors the folder structure in the project.
- The main file is not being re-generated if it already exists in its corresponding path.
- Correction on SlothUnit path references.
- Added two little logs in the VS output for user feedback.
- Updated Readmes.

NuGet package ;)
- No longer dependant on the ClangSharp package, it delivers its assemblies for simplicity.
- Uninstall script that erases the SlothUnit folder when uninstalling.