And TestDriven.Net

Has anyone had problems using the mstest [AssemblyInitialize] attribute when running tests with TestDriven.Net?

I tried 2.14 RTM and 2.22 RTM, and none of them work for me. When I run the test, the build init method fails. It is like TD.Net does not return an attribute.

Any tips / ideas / hints are welcome! Thanks!

+3
source share
1 answer

If the memory supports TD.NET, it is built on NUnit, and NUnit does not support AssemblyInitialize or AssemblyCleanup (and I don't think it has anything similar to them).

+2
source

Source: https://habr.com/ru/post/1710524/


All Articles