<PackageReference Include="NUnit" Version="4.2.1" />

NUnit.Framework.Internal.InvalidTestFixtureException

InvalidTestFixtureException is thrown when an appropriate test fixture constructor using the provided arguments cannot be found.
namespace NUnit.Framework.Internal { public class InvalidTestFixtureException : Exception { public InvalidTestFixtureException(); public InvalidTestFixtureException(string message); public InvalidTestFixtureException(string message, Exception inner); protected InvalidTestFixtureException(SerializationInfo info, StreamingContext context); } }