Stop() public static méthode

public static Stop ( ) : void
Résultat void
 public void AfterTest(TestDetails testDetails)
 {
     EmbeddedEventStore.Stop();
 }
Exemple #2
0
 public void AfterTest(ITest test)
 {
     EmbeddedEventStore.Stop();
 }