SecTester for .NET is not tied to any specific test runner or testing framework, but we aim to make writing tests easier for everyone using the built-in .NET test runner capabilities.
To achieve this, we plan to provide extensions for popular test frameworks such as xUnit, NUnit, and MSTest, which will include base classes to allow the reuse of SecRunner between tests for better performance and isolation between tests.
Additionally, we will address the output issue (i.e. #145) that currently prevents us from displaying messages in the standard output.