Open marcuswu0814 opened 7 years ago
My test code:
... it(@"should close info dialog", ^{ [dataModel cancelRequest]; expect(dataModel.isShowingDialog).to.equal(NO); });
whenexpect(dataModel.isShowingDialog).to.equal(NO); fail, Xcode didn't highlight it but have fail log, anything I forgot to set?
expect(dataModel.isShowingDialog).to.equal(NO);
My test code:
when
expect(dataModel.isShowingDialog).to.equal(NO);
fail, Xcode didn't highlight it but have fail log, anything I forgot to set?