Ejemplo n.º 1
0
 public void Run(IConventionTest test)
 {
     test.Execute();
 }
Ejemplo n.º 2
0
 public void Run(IConventionTest test)
 {
     test.Execute(new NUnitAssert());
 }
Ejemplo n.º 3
0
 TestCaseData BuildTestData(IConventionTest convention)
 {
     return new TestCaseData(convention).SetName(convention.Name);
 }
Ejemplo n.º 4
0
 public void Run(IConventionTest test)
 {
     test.Execute();
 }