【发布时间】:2015-12-01 06:16:49
【问题描述】:
KIF 测试按字母顺序执行,但如果我有多个文件怎么办?我想按顺序运行所有自动化测试,可以吗?
在单个文件中也是如此:
- (void)testB {} will be the second test
- (void)testA {} will be the first test
- (void)testC {} will be the third test
但是,假设我有 MainScreenTest.m,然后是 SecondScreenTest.m,然后是 ThirdScreenTest.m,我运行整个测试套件。我怎么知道哪个会先运行?我试过只运行一个文件,但可以同时运行多个文件吗?
【问题讨论】: