Skip to content

NUnit1034 Base class usage not detected on multiple levels of inheritance with implicit fixtures #969

@PiotrKlecha

Description

@PiotrKlecha

NUnit1034 doesn't detect using IntermediateTest as a base class in the following example:

public abstract class BaseTest
{
	[Test]
	public void Test1()
	{
	}
}

public class IntermediateTest : BaseTest;

public class DerivedTest : IntermediateTest;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions