Ejemplo n.º 1
0
        public void TestGetExecutionObject()
        {
            var executionObject        = _executionService.Add(GetUnsortedArray());
            var executionObjectFromGet = _executionService.GetExecutionObject(executionObject.Id);

            Assert.AreEqual(executionObject.Id, executionObjectFromGet.Id);
        }