Skip to content

Some Test Cases are Not Running #399

@JasonBock

Description

@JasonBock

To Reproduce
Run the RequiresForcedNullableAnnotation() test with just this test case:

[TestCase("public class Test { public void Foo(string a = \"c\") { } }", false)]

Expected behavior
The test runs and passes.

Actual behavior
The test isn't running.

Additional context
There's 11 tests that have this behavior. I think something broke in NUnit recently that if a TestCase has a string argument with a single quote within it, something breaks and NUnit doesn't run. I'll try to create a simple reproduction and report it to NUnit for further investigation.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions