public void CreateFollowingSnipeTest()
 {
     SL_Scheduler_Accessor target = new SL_Scheduler_Accessor(); // TODO: Initialize to an appropriate value
     UltimateSniper_Services.ServiceOthers otherService = new UltimateSniper_Services.ServiceOthers();
     Snipe snipe = otherService.GetSnipe(1);
     User user = otherService.GetUserForSnipe(snipe);
     SL_Scheduler_Accessor.eBayService.User = user;
     target.CreateFollowingSnipe(snipe);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
 public void CheckSnipeResultTest()
 {
     SL_Scheduler_Accessor target = new SL_Scheduler_Accessor(); // TODO: Initialize to an appropriate value
     Snipe snipe = new Snipe(); // TODO: Initialize to an appropriate value
     snipe.SnipeID = 52;
     bool expected = false; // TODO: Initialize to an appropriate value
     bool actual;
     target.CheckSnipeResult(snipe);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }