Beispiel #1
0
 public ApplicationSourceFinder(IApplicationSourceTypeFinder typeFinder)
 {
     _typeFinder = typeFinder;
 }
 public ApplicationSourceFinder(IApplicationSourceTypeFinder typeFinder)
 {
     _typeFinder = typeFinder;
 }
Beispiel #3
0
 protected override void beforeEach()
 {
     _theTypeFinder = MockFor <IApplicationSourceTypeFinder>();
     theResponse    = new ApplicationStartResponse();
 }