在进行MS 试验时,我需要执行<条码>。
<代码> 试验编码代码> 和每一类别内的测试可以是随机的,但管理试验不应从另一个<代码> 试验代码> 进行测试,直至其执行<编码> /ClassInitialize、所有类别测试和。 类别Cleanup
。
I have global AssemblyInitialize
and AssemblyCleanup
, therefore the following does not work, because it initializes the assembly for each test:
MSTest.exe /testcontainer:MyUnitTests.dll /resultsfile:report.trx /test:TestClass1 /test:TestClass2