Exemplo n.º 1
0
        public CarrierViewModelTests()
        {
            firstCarrier = new TestableCarrier
            {
                Address  = TestableAddress.AddlestoneAddress,
                Business = TestableBusiness.WasteSolutions,
                Contact  = TestableContact.BillyKnuckles
            };

            secondCarrier = new TestableCarrier
            {
                Address  = TestableAddress.WitneyAddress,
                Business = TestableBusiness.CSharpGarbageCollector,
                Contact  = TestableContact.MikeMerry
            };

            var notificationId = new Guid("1EB00552-0589-4AB2-804E-16CF9B8286BA");

            carrierCollection = new TestableCarrierCollection(notificationId);
            meansOfTransport  = new MeansOfTransport(notificationId);
        }
        public CarrierViewModelTests()
        {
            firstCarrier = new TestableCarrier
            {
                Address = TestableAddress.AddlestoneAddress,
                Business = TestableBusiness.WasteSolutions,
                Contact = TestableContact.BillyKnuckles
            };

            secondCarrier = new TestableCarrier
            {
                Address = TestableAddress.WitneyAddress,
                Business = TestableBusiness.CSharpGarbageCollector,
                Contact = TestableContact.MikeMerry
            };

            var notificationId = new Guid("1EB00552-0589-4AB2-804E-16CF9B8286BA");

            carrierCollection = new TestableCarrierCollection(notificationId);
            meansOfTransport = new MeansOfTransport(notificationId);
        }