Example #1
0
 public void StaticTestMethodWithWrongNumberOfArgumentsProvidedIsNotRunnable()
 {
     TestAssert.ChildNotRunnable(fixtureType, "StaticTestMethodWithWrongNumberOfArgumentsProvided");
 }
Example #2
0
 public void StaticTestMethodWithWrongNumberOfArgumentsProvidedIsNotRunnable()
 {
     TestAssert.ChildNotRunnable(fixtureType, nameof(TestMethodSignatureFixture.StaticTestMethodWithWrongNumberOfArgumentsProvided));
 }
Example #3
0
 public void TestMethodWithoutParametersWithArgumentsProvidedIsNotRunnable()
 {
     TestAssert.ChildNotRunnable(fixtureType, "TestMethodWithoutParametersWithArgumentsProvided");
 }
Example #4
0
 public void TestMethodWithoutParametersWithArgumentsProvidedIsNotRunnable()
 {
     TestAssert.ChildNotRunnable(fixtureType, nameof(TestMethodSignatureFixture.TestMethodWithoutParametersWithArgumentsProvided));
 }