示例#1
0
        public int delCategoriesTest([PexAssumeUnderTest] BusinessPlayer target, string data)
        {
            int result = target.delCategories(data);

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