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

Support for MSTest #13

Open
philcarbone opened this issue Dec 11, 2016 · 1 comment
Open

Support for MSTest #13

philcarbone opened this issue Dec 11, 2016 · 1 comment

Comments

@philcarbone
Copy link

Not knowing much about writing test frameworks, is it possible to have the framework support MSTest?

@ShaKaRee
Copy link
Member

Unit testing frameworks seem to have many commonalities. When you are used to write MSTest tests, you will find it easy to write NUnit tests as well.

Concordion.NET does not need much support from a unit testing framework. It basically utilizes only its capability to execute tests. Therefore, you don't really use NUnit with Concordion.NET, but only use the NUnit execution engine to run Concordion.NET tests.

Could you run your Concordion.NET tests with the following help?
http://concordion.org/integrations/csharp/html/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants