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

Add tests which use Castle Windsor as IoC container #22

Open
marco-bertschi opened this issue Nov 13, 2019 · 1 comment
Open

Add tests which use Castle Windsor as IoC container #22

marco-bertschi opened this issue Nov 13, 2019 · 1 comment

Comments

@marco-bertschi
Copy link
Contributor

As discussed in #19

@marco-bertschi
Copy link
Contributor Author

marco-bertschi commented Nov 13, 2019

I've had a quick first look at this issue, as mentioned on XUnit's Github Issue 1908 they do not support Theory on a fixture level.
There are two feasible workarounds mentioned there, one with running the tests multiple times within the build pipeline, or creating a Theory for each test. Both aren't optimal, but we should settle for either we want to have in order to test multiple IoC containers with our library. we should opt for NUnit instead, as that would give us the desired features. NUnit is also more aimed at the type of integration testing we primarily need than XUnit.

@pascalberger, @Speeedy01 Opinions?

@marco-bertschi marco-bertschi removed this from the 1.0.0 milestone Nov 27, 2019
@marco-bertschi marco-bertschi added this to the 1.0.0 milestone Nov 27, 2019
@eoehen eoehen removed this from the 1.0.0 milestone Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants