Exemplo n.º 1
0
        public void Two()
        {
            //*** Arrange ***
            var screenPopSubscriberType = new ScreenPopType
            {
            };

            //*** Act ***
            var result = ObjectFactory.CreateInstanceAndMap <ScreenPopType, Common.CallingNameV4.ScreenPopType>(_commonMapper, screenPopSubscriberType);

            Assert.IsNotNull(result);
        }
Exemplo n.º 2
0
        public void One() //ToDo: Need to update the naming.
        {
            //*** Arrange ***
            var screenPopSubscriberType = new ScreenPopType
            {
            };

            //*** Act ***
            var result = ObjectFactory.CreateInstanceAndMap <ScreenPopType, Common.CallingNameV3.ScreenPopType>(_commonMapper, screenPopSubscriberType);

            Assert.IsNotNull(result);
        }