Skip to content

Parameter count not matching [TestCase] #2

Open
@JohanLarsson

Description

@JohanLarsson
[Test]
public void Foo(string parameter)
{         
}

^ should have either
a) No arguments
b) [TestCase("abc")]

Also for [TestCase(...)] count that parameter count matches.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions