public void RunTestsFromSpecificFile(NPQTest test) { test.ShouldPass(); }
public void RunTestFromFolder(NPQTest test) { test.ShouldPass(); }