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.
如何在应用程序控制台的 DUnit 中确定哪些层次结构将被测试和未测试?当我在 GUI 模式下工作时,我可以检查和取消选中层次结构。
ITestDUnit 中的接口包含一个Enabled属性。您可以False为不应运行的测试(和测试层次结构)分配此属性。
ITest
Enabled
False
请参阅如何以编程方式按名称禁用 DUnit 测试?