Beispiel #1
0
        public int addCategoriesTest(
            [PexAssumeUnderTest] BusinessPlayer target,
            string data,
            string parent
            )
        {
            int result = target.addCategories(data, parent);

            return(result);
            // TODO: add assertions to method BusinessPlayerTest.addCategoriesTest(BusinessPlayer, String, String)
        }