diff --git a/src/NetTestRegimentation/ITestAsyncMethodWithNullableParameters.cs b/src/NetTestRegimentation/ITestAsyncMethodWithNullableParameters.cs index 189e503..90a3f41 100644 --- a/src/NetTestRegimentation/ITestAsyncMethodWithNullableParameters.cs +++ b/src/NetTestRegimentation/ITestAsyncMethodWithNullableParameters.cs @@ -338,4 +338,4 @@ Task ThrowsArgumentNullExceptionAsync( TArg16 arg16, string expectedParameterNameForException); } -} \ No newline at end of file +} diff --git a/src/NetTestRegimentation/ITestConstructorMethod.cs b/src/NetTestRegimentation/ITestConstructorMethod.cs new file mode 100644 index 0000000..544f6b2 --- /dev/null +++ b/src/NetTestRegimentation/ITestConstructorMethod.cs @@ -0,0 +1,90 @@ +namespace NetTestRegimentation +{ + public interface ITestConstructorMethod + { + /// + /// Test to ensure an instance is returned. + /// + void ReturnsInstance(); + } + + public interface ITestConstructorMethodWithNullableParameters + : ITestConstructorMethod, NetTestRegimentation.ITestMethodWithNullableParameters + { + } + + public interface ITestConstructorMethodWithNullableParameters + : ITestConstructorMethod, NetTestRegimentation.ITestMethodWithNullableParameters + { + } + + public interface ITestConstructorMethodWithNullableParameters + : ITestConstructorMethod, NetTestRegimentation.ITestMethodWithNullableParameters + { + } + + public interface ITestConstructorMethodWithNullableParameters + : ITestConstructorMethod, NetTestRegimentation.ITestMethodWithNullableParameters + { + } + + public interface ITestConstructorMethodWithNullableParameters + : ITestConstructorMethod, NetTestRegimentation.ITestMethodWithNullableParameters + { + } + + public interface ITestConstructorMethodWithNullableParameters + : ITestConstructorMethod, NetTestRegimentation.ITestMethodWithNullableParameters + { + } + + public interface ITestConstructorMethodWithNullableParameters + : ITestConstructorMethod, NetTestRegimentation.ITestMethodWithNullableParameters + { + } + + public interface ITestConstructorMethodWithNullableParameters + : ITestConstructorMethod, NetTestRegimentation.ITestMethodWithNullableParameters + { + } + + public interface ITestConstructorMethodWithNullableParameters + : ITestConstructorMethod, NetTestRegimentation.ITestMethodWithNullableParameters + { + } + + public interface ITestConstructorMethodWithNullableParameters + : ITestConstructorMethod, NetTestRegimentation.ITestMethodWithNullableParameters + { + } + + public interface ITestConstructorMethodWithNullableParameters + : ITestConstructorMethod, NetTestRegimentation.ITestMethodWithNullableParameters + { + } + + public interface ITestConstructorMethodWithNullableParameters + : ITestConstructorMethod, NetTestRegimentation.ITestMethodWithNullableParameters + { + } + + public interface ITestConstructorMethodWithNullableParameters + : ITestConstructorMethod, NetTestRegimentation.ITestMethodWithNullableParameters + { + } + + public interface ITestConstructorMethodWithNullableParameters + : ITestConstructorMethod, NetTestRegimentation.ITestMethodWithNullableParameters + { + } + + public interface ITestConstructorMethodWithNullableParameters + : ITestConstructorMethod, NetTestRegimentation.ITestMethodWithNullableParameters + { + } + + public interface ITestConstructorMethodWithNullableParameters + : ITestConstructorMethod, NetTestRegimentation.ITestMethodWithNullableParameters + { + } +}