public void GetInLineTest()
        {
            // TODO: add unit test for the method 'GetInLine'
            PutInLine value    = null; // TODO: replace null with proper value
            var       response = instance.GetInLine(value);

            Assert.IsInstanceOf <WaitingItem> (response, "response is WaitingItem");
        }
Beispiel #2
0
 public void Init()
 {
     instance = new PutInLine();
 }