How to use external test suite #1169
Unanswered
WimLeflere
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Not quite sure what you mean here, but can guess a bit: Assuming you have a cs project where these dll's are present, the Foo as a csproj by itself, since that is your code. The IFoo.Tests should be hosted by your own Foo.Tests, with nunit and nunit3testadapter as included nuget packages. Do that and it will run just fine |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to use an external test suite with the VS adapter?
How can that be configured?
Details
We are building library Foo (Foo.dll) which implements an interface (IFoo.dll).
The interface team has a test suite for checking compatibility (IFoo.Tests.dll).
How can we run the tests using the Visual Studio adapter?
E.g. execute IFoo.Tests on Foo?
Currently we use NUnit console runner, but that's harder to debug and select testcases.
Beta Was this translation helpful? Give feedback.
All reactions