public JsonDrivenRunOnThreadTest(
     JsonDrivenTestsStateHolder stateHolder,
     IJsonDrivenTestRunner testRunner,
     Dictionary <string, object> objectMap,
     JsonDrivenTestFactory jsonDrivenTestFactory)
     : base(stateHolder, testRunner, objectMap)
 {
     _jsonDrivenTestFactory = jsonDrivenTestFactory;
 }
示例#2
0
 // public constructors
 public JsonDrivenWithTransactionTest(JsonDrivenTestFactory jsonDrivenTestFactory, Dictionary <string, object> objectMap)
     : base(objectMap)
 {
     _jsonDrivenTestFactory = jsonDrivenTestFactory;
 }