Esempio n. 1
0
 public void T040_MoveTxn_LOT2()
 {
     MoveTxn s = new MoveTxn();
     s.Container_Name = "LOT2";
     Assert.IsTrue(s.ExecuteService(), s.CompletionMessage);
 }
Esempio n. 2
0
 public MoveOut()
     : base()
 {
     thruputService = new Thruput(ObjScope, HistoryMainLine);
     moveTxnService = new MoveTxn(ObjScope, HistoryMainLine);
 }