Example #1
0
        public List <WorkOrderVm> GetOrderVmTest01([PexAssumeUnderTest] SoApi target, string prod)
        {
            List <WorkOrderVm> result = target.GetOrderVm(prod);

            return(result);
            // TODO: add assertions to method SoApiTest.GetOrderVmTest01(SoApi, String)
        }
Example #2
0
        public List <WorkOrderVm> GetOrderVmTest([PexAssumeUnderTest] SoApi target)
        {
            List <WorkOrderVm> result = target.GetOrderVm();

            return(result);
            // TODO: add assertions to method SoApiTest.GetOrderVmTest(SoApi)
        }