Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Visual Studio Ultimate 中为负载测试创建了一组测试。
我正在使用 MsTest 进行测试:- 测试的执行时间是负载测试输出的一部分。我想知道 [TestInitialize] 时间是否包含在测试时间中?
TestInitialize 在每次测试之前运行,所以不,它不包括在内。
TestInitializeAttribute 类