Пример #1
0
        public void AssociateTripsToDrivers(IEnumerable <object> objs, IEnumerable <Driver> expected)
        {
            IEnumerable <Driver> actual = DriverService.AssociateTripsToDrivers(objs);

            Assert.NotStrictEqual(expected, actual);
        }