Skip to content

Didn't highlight assert fail line number in Xcode 8 #185

Description

@marcuswu0814

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions