public Test_WebService(KubeServiceFixture <WebService> fixture) { fixture.Start(() => CreateService()); this.fixture = fixture; }
public Test_ComplexService(KubeServiceFixture <ComplexService> fixture) { fixture.Start(() => CreateService()); this.fixture = fixture; }