Exemple #1
0
 public TestFileContentsAttribute(string pathPattern)
 {
     _input = new TestFileInput(pathPattern);
 }
Exemple #2
0
 public FixtureDataAttribute(string pathPattern)
 {
     _input = new TestFileInput(pathPattern);
 }