Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.
This repository was archived by the owner on May 19, 2023. It is now read-only.

Failed MemberData doesn't show in runner app #148

@yauhenipakala

Description

@yauhenipakala

Test:

[Theory]
[MemberData(nameof(Data))]
public void Test(string p1, UIColor p2)
{
  // ...
}

When some MemberData, ClassData items fail the test, the runner app doesn't show failed, only succeeded items. InlineData works fine.

Console log:

[FAIL] Tests.Test : System.ArgumentOutOfRangeException : Specified argument was out of the range of valid values.

Expected Exception.


xUnit: v2.4.1
xUnit.Runner.Devices: v2.5.25
Platform: iOS

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