Stop() 공개 정적인 메소드

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