Esempio n. 1
0
 public static TestingIocBootstrapper WithConfig(this TestingIocBootstrapper bootstrapper, WatchmanConfiguration inputConfiguration)
 {
     bootstrapper.GetMock <IConfigLoader>().HasConfig(inputConfiguration);
     return(bootstrapper);
 }
Esempio n. 2
0
 public static TestingIocBootstrapper WithCloudFormation(this TestingIocBootstrapper bootstrapper, IAmazonCloudFormation cloudFormation)
 {
     bootstrapper.Override <IAmazonCloudFormation>(cloudFormation);
     return(bootstrapper);
 }