本文介绍了编码的ui测试在超时后不要清理。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

推荐答案

如果有异常抛出 TestInitialize ,然后
TestCleanup 将不会被调用。

If there is an exception thrown in TestInitialize, thenTestCleanup won't be called.

对于  TestInitialize, 你可以尝试一下它并看看。

For TestInitialize, you could put a try catch around it and see.

 

祝你好运,

Fletcher


这篇关于编码的ui测试在超时后不要清理。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-13 15:36