Example #1
0
 public void GivenTheTypeIsRegisteredAsInSpecFlowRuntimeConfiguration(string typeName, string interfaceName)
 {
     _configurationDriver.AddRuntimeRegisterDependency(typeName, interfaceName);
 }