Skip to content

Testrunner shows arguments of a theory wrong #6

Description

@martijnburgers

When having a [SeleniumTheory] the runner shows the arguments of the theory wrong.

[SeleniumTheory]        
[InlineData(1, 2)]//forward swipes
[InlineData(2, 3)]
[InlineData(3, 4)]
[InlineData(4, 3)]//backward swipes
[InlineData(3, 2)]
[InlineData(2, 1)]
public void Swiping_On_The_Dashboard_Should_Navigate_To_Next_Or_Previous_Dashboard(Fixture fixture, int fromDashboardIndex, int toDashboardIndex)
{
    //impl
}

Resharper testrunner

image

Expected result

Swiping_On_The_Dashboard_Should_Navigate_To_Next_Or_Previous_Dashboard  chrome 52.0.2743.116(fixture: fixture.toString(), fromDashboardIndex: 1, toDashboardIndex: 2) [0:00.807] Success

I choose fixture.toString() could be something else as well.

Actual result

Swiping_On_The_Dashboard_Should_Navigate_To_Next_Or_Previous_Dashboard  chrome 52.0.2743.116(fixture: 1, fromDashboardIndex: 2, toDashboardIndex: ???) [0:00.807] Success

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions