Example #1
0
        public Test_WebService(KubeServiceFixture <WebService> fixture)
        {
            fixture.Start(() => CreateService());

            this.fixture = fixture;
        }
Example #2
0
        public Test_ComplexService(KubeServiceFixture <ComplexService> fixture)
        {
            fixture.Start(() => CreateService());

            this.fixture = fixture;
        }