Automaticallyut MSTest all test methods in a solution in Command Line -


the mstest allows run tests in specify assemblies test through /testcontainer or metalist through /testmetadata; there way automatically run tests in solution, whithout specifing name of dlls/meta files? thanks.

it's not want hear, answer no, default limited /testcontainer or /testmetadata options specifying tests run.

you run mstest multiple times each dll in project contains tests. run process analyzes dlls tests , build list of dlls contain tests , run script calls mstest each of dlls.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

git - Possible to change Gitlab repository creation schema? -