Esempio n. 1
0
        public void BusinessLogicWiseCalledContainsRequiredMethod3()
        {
            var t5 = new RequiredStringMethod3();

            // So to call ContainsRequiredMethod3 with business value above steps needs to setup with fakes.
            t5.ContainsRequiredMethod3();
        }
Esempio n. 2
0
        public void BusineLogicInvokeOfContainsRequiredMethod3()
        {
            var t5 = new RequiredStringMethod3();

            t5.ContainsRequiredMethod3();
        }