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