You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds automatic generation of test-runners, help-page and test-selection
Adds support for to_string() and toString() member-functions
Adds (un)installation targets
Fixes compilation warnings and errors
Added support for registering tests with arbitrary amount of parameters
Clang does only support up to three parameters due to a bug in the compiler
Test-parameters are now shown for failed test-methods
Bugfixes