Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce additional helpers and fixtures for each test framework #148

Open
4 tasks
derevnjuk opened this issue Dec 21, 2022 · 0 comments
Open
4 tasks

Introduce additional helpers and fixtures for each test framework #148

derevnjuk opened this issue Dec 21, 2022 · 0 comments
Assignees
Labels
Type: enhancement New feature or request.

Comments

@derevnjuk
Copy link
Member

derevnjuk commented Dec 21, 2022

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.

@derevnjuk derevnjuk added the Type: enhancement New feature or request. label Dec 21, 2022
@derevnjuk derevnjuk self-assigned this Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: enhancement New feature or request.
Projects
None yet
Development

No branches or pull requests

1 participant