コード例 #1
0
ファイル: ProgramBLLTest.cs プロジェクト: mintaz/Demo-SEP
        public string createIDTest([PexAssumeUnderTest] ProgramBLL target)
        {
            string result = target.createID();

            return(result);
            // TODO: add assertions to method ProgramBLLTest.createIDTest(ProgramBLL)
        }