public void TestSetup()
 {
     this.imageBuilderTestContext = ImageBuilderTestContext.Create(this.TestContext.TestName);
     this.imageBuilder            = imageBuilderTestContext.ImageBuilder;
     this.imageStore = imageBuilderTestContext.ImageStore;
     ImageBuilderTest.CreateDropAndSetFabricCodePath();
 }
예제 #2
0
        public void TestSetup()
        {
            var testName = this.TestContext.TestName;

#if DotNetCoreClr
            testName = this.TestContext.FullyQualifiedTestClassName + "." + this.TestContext.TestName;
#endif
            this.imageBuilderTestContext = ImageBuilderTestContext.Create(testName);
            this.imageStore = imageBuilderTestContext.ImageStore;
        }
 public void TestSetup()
 {
     this.imageBuilderTestContext = ImageBuilderTestContext.Create(this.TestContext.TestName);
     this.imageStore = imageBuilderTestContext.ImageStore;
 }