Example #1
0
        public int addSizeTest([PexAssumeUnderTest] BusinessPlayer target, string data)
        {
            int result = target.addSize(data);

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