expecta icon indicating copy to clipboard operation
expecta copied to clipboard

Didn't highlight assert fail line number in Xcode 8

Open marcuswu0814 opened this issue 9 years ago • 0 comments

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?

marcuswu0814 avatar Dec 16 '16 04:12 marcuswu0814