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 提供了一个上下文菜单项“全部展开”和“隐藏测试节点”。然而,在我的测试项目中,选择后一个选项仍然会打开很多测试套件层次结构节点。只有最后一层的测试节点是隐藏的。是否有一个密钥可以折叠所有节点,或者除了最高级别之外的所有节点?
没有任何内置的东西可以使用“密钥”或类似的东西来启用。
您必须修改 DUnit 源才能实现此目的。查看并在弹出菜单中GUITestRunner添加一个调用.pmTestTreeTestTree.FullCollapse
GUITestRunner
pmTestTree
TestTree.FullCollapse