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

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

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

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

            Assert.IsNotNull(result);
        }