示例#1
0
 public void OneTimeTearDown()
 {
     RunAndSwallowException(() => DriverManager.Stop());
     RunAndSwallowException(() => frontendServer?.Dispose());
     RunAndSwallowException(() => webAppFactory?.Dispose());
 }