public void SetUp()
 {
     TestAttributionHandler = new TestAttributionHandler(new UtilWP80(), new AssertTestWP80(), TargetPlatform.wphone80);
     TestAttributionHandler.SetUp();
 }
 public static void InitializeTestAttributionHandlerWS(TestContext testContext)
 {
     TestAttributionHandler = new TestAttributionHandler(new UtilWS(), new AssertTestWS(), TargetPlatform.wstore);
 }
 public static void InitializeTestAttributionHandlerUAP10(TestContext testContext)
 {
     TestAttributionHandler = new TestAttributionHandler(new UtilUAP10(), new AssertTestUAP10(), TargetPlatform.wuap);
 }
 public static void InitializeTestAttributionHandlerWP81(TestContext testContext)
 {
     TestAttributionHandler = new TestAttributionHandler(new UtilWP81(), new AssertTestWP81(), TargetPlatform.wphone81);
 }