Skip to content

Bug: Overload test methods are not handled properly #1517

@matter-it-does

Description

@matter-it-does

duplicate test names are not shown differently in test navigator.


static Stream<Arguments> f(){
  return null;
}

@ParameterizedTest
@MethodSource("f")
void foo(int a){
  fail();
}

@Test
void foo(){
  // Pass
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions