Start() public static method

public static Start ( ) : void
return void
 public void BeforeTest(TestDetails testDetails)
 {
     EmbeddedEventStore.Start();
 }
Beispiel #2
0
 public void BeforeTest(ITest test)
 {
     EmbeddedEventStore.Start();
 }