예제 #1
0
파일: Setup.cs 프로젝트: pkdesouza/Pokemon
 public void OneTimeTearDown()
 {
     RunAndSwallowException(() => DriverManager.Stop());
     RunAndSwallowException(() => frontendServer?.Dispose());
     RunAndSwallowException(() => webAppFactory?.Dispose());
 }