Example #1
0
 public TestParser(Test test, ITestStream stream, FixtureLibrary library)
 {
     _test = test;
     _stream = stream;
     _library = library;
 }
Example #2
0
 public TestParser(Test test, ITestStream stream, FixtureLibrary library)
 {
     _test    = test;
     _stream  = stream;
     _library = library;
 }