public void StaticTestMethodWithWrongNumberOfArgumentsProvidedIsNotRunnable()
 {
     TestAssert.FirstChildIsNotRunnable(fixtureType, "StaticTestMethodWithWrongNumberOfArgumentsProvided");
 }
 public void TestMethodWithoutParametersWithArgumentsProvidedIsNotRunnable()
 {
     TestAssert.FirstChildIsNotRunnable(fixtureType, "TestMethodWithoutParametersWithArgumentsProvided");
 }