Example #1
0
 public void Teardown()
 {
     DockerCompose.Down();
 }
Example #2
0
 public async Task Setup()
 {
     await DockerCompose.Up();
 }