Start() 공개 정적인 메소드

public static Start ( ) : void
리턴 void
 public void BeforeTest(TestDetails testDetails)
 {
     EmbeddedEventStore.Start();
 }
예제 #2
0
 public void BeforeTest(ITest test)
 {
     EmbeddedEventStore.Start();
 }