Exemplo n.º 1
0
 public override void AfterAll(ExtensionContext context)
 {
     try
     {
         _testDirectory.complete(!context.ExecutionException.Present);
     }
     catch (IOException e)
     {
         throw new Exception(e);
     }
 }