Ejemplo n.º 1
0
 public void TestRefund()
 {
     try
     {
         orderSyncherHarmony.CancelLottery("L2");
         OrderDL _orderDL = OrderDL.Instance;
         int     userID   = _orderDL.GetTicketParticipantID("T2");
         Assert.AreEqual(-1, userID);
     }
     catch (MarketException)
     {
         Assert.Fail();
     }
 }