コード例 #1
0
 public static void InitializeTestAttributionHandlerUAP10(TestContext testContext)
 {
     TestAttributionHandler = new TestAttributionHandler(new UtilUAP10(), new AssertTestUAP10(), TargetPlatform.wuap);
 }
コード例 #2
0
 public void SetUp()
 {
     TestAttributionHandler = new TestAttributionHandler(new UtilWP80(), new AssertTestWP80(), TargetPlatform.wphone80);
     TestAttributionHandler.SetUp();
 }
コード例 #3
0
 public static void InitializeTestAttributionHandlerWP81(TestContext testContext)
 {
     TestAttributionHandler = new TestAttributionHandler(new UtilWP81(), new AssertTestWP81(), TargetPlatform.wphone81);
 }
コード例 #4
0
 public static void InitializeTestAttributionHandlerWS(TestContext testContext)
 {
     TestAttributionHandler = new TestAttributionHandler(new UtilWS(), new AssertTestWS(), TargetPlatform.wstore);
 }