예제 #1
0
        public bool DelMapTest([PexAssumeUnderTest] MappingBLL target, string idS)
        {
            bool result = target.DelMap(idS);

            return(result);
            // TODO: add assertions to method MappingBLLTest.DelMapTest(MappingBLL, String)
        }
        public void DelMapfromSyOutTest01()
        {
            MappingBLL mappingBLL;

            mappingBLL = new MappingBLL();
            this.DelMapfromSyOutTest(mappingBLL, (string)null);
        }
예제 #3
0
        public List <SyllabusOutcome> loadSyOutTest([PexAssumeUnderTest] MappingBLL target, string idS)
        {
            List <SyllabusOutcome> result = target.loadSyOut(idS);

            return(result);
            // TODO: add assertions to method MappingBLLTest.loadSyOutTest(MappingBLL, String)
        }
예제 #4
0
        public List <string> loadcheckedlistTest([PexAssumeUnderTest] MappingBLL target, string line)
        {
            List <string> result = target.loadcheckedlist(line);

            return(result);
            // TODO: add assertions to method MappingBLLTest.loadcheckedlistTest(MappingBLL, String)
        }
예제 #5
0
        public List <ProgramOutcome> loadPrOutTest([PexAssumeUnderTest] MappingBLL target, string idP)
        {
            List <ProgramOutcome> result = target.loadPrOut(idP);

            return(result);
            // TODO: add assertions to method MappingBLLTest.loadPrOutTest(MappingBLL, String)
        }
예제 #6
0
        public int getCountTest([PexAssumeUnderTest] MappingBLL target, string ids)
        {
            int result = target.getCount(ids);

            return(result);
            // TODO: add assertions to method MappingBLLTest.getCountTest(MappingBLL, String)
        }
예제 #7
0
        public string createStringTest([PexAssumeUnderTest] MappingBLL target, List <string> listid)
        {
            string result = target.createString(listid);

            return(result);
            // TODO: add assertions to method MappingBLLTest.createStringTest(MappingBLL, List`1<String>)
        }
예제 #8
0
        public string loadmapTest([PexAssumeUnderTest] MappingBLL target, string sts)
        {
            string result = target.loadmap(sts);

            return(result);
            // TODO: add assertions to method MappingBLLTest.loadmapTest(MappingBLL, String)
        }
예제 #9
0
        public List <Mapping> singlemapTest([PexAssumeUnderTest] MappingBLL target, string idmap)
        {
            List <Mapping> result = target.singlemap(idmap);

            return(result);
            // TODO: add assertions to method MappingBLLTest.singlemapTest(MappingBLL, String)
        }
예제 #10
0
        public MappingBLL ConstructorTest()
        {
            MappingBLL target = new MappingBLL();

            return(target);
            // TODO: add assertions to method MappingBLLTest.ConstructorTest()
        }
예제 #11
0
        public bool checkexistidTest([PexAssumeUnderTest] MappingBLL target, string sts)
        {
            bool result = target.checkexistid(sts);

            return(result);
            // TODO: add assertions to method MappingBLLTest.checkexistidTest(MappingBLL, String)
        }
예제 #12
0
        public string createMapIDTest([PexAssumeUnderTest] MappingBLL target)
        {
            string result = target.createMapID();

            return(result);
            // TODO: add assertions to method MappingBLLTest.createMapIDTest(MappingBLL)
        }
예제 #13
0
        public void DelMapTest01()
        {
            MappingBLL mappingBLL;
            bool       b;

            mappingBLL = new MappingBLL();
            b          = this.DelMapTest(mappingBLL, (string)null);
        }
예제 #14
0
        public void loadPrOutTest01()
        {
            MappingBLL            mappingBLL;
            List <ProgramOutcome> list;

            mappingBLL = new MappingBLL();
            list       = this.loadPrOutTest(mappingBLL, (string)null);
        }
예제 #15
0
        public void createMapIDTest01()
        {
            MappingBLL mappingBLL;
            string     s;

            mappingBLL = new MappingBLL();
            s          = this.createMapIDTest(mappingBLL);
        }
예제 #16
0
        public void ChangeProTest01()
        {
            MappingBLL mappingBLL;
            bool       b;

            mappingBLL = new MappingBLL();
            b          = this.ChangeProTest(mappingBLL, (string)null, (string)null);
        }
        public void checkexistidTest01()
        {
            MappingBLL mappingBLL;
            bool       b;

            mappingBLL = new MappingBLL();
            b          = this.checkexistidTest(mappingBLL, (string)null);
        }
        public void loadmapTest01()
        {
            MappingBLL mappingBLL;
            string     s;

            mappingBLL = new MappingBLL();
            s          = this.loadmapTest(mappingBLL, (string)null);
        }
예제 #19
0
        public void singlemapTest01()
        {
            MappingBLL     mappingBLL;
            List <Mapping> list;

            mappingBLL = new MappingBLL();
            list       = this.singlemapTest(mappingBLL, (string)null);
        }
        public void createStringTest01()
        {
            MappingBLL mappingBLL;
            string     s;

            mappingBLL = new MappingBLL();
            s          = this.createStringTest(mappingBLL, (List <string>)null);
        }
예제 #21
0
        public void loadSyOutTest01()
        {
            MappingBLL             mappingBLL;
            List <SyllabusOutcome> list;

            mappingBLL = new MappingBLL();
            list       = this.loadSyOutTest(mappingBLL, (string)null);
        }
        public void getCountTest01()
        {
            MappingBLL mappingBLL;
            int        i;

            mappingBLL = new MappingBLL();
            i          = this.getCountTest(mappingBLL, (string)null);
        }
예제 #23
0
        public void loadcheckedlistTest01()
        {
            MappingBLL    mappingBLL;
            List <string> list;

            mappingBLL = new MappingBLL();
            list       = this.loadcheckedlistTest(mappingBLL, (string)null);
        }
        public void UpdateMethodTest01()
        {
            MappingBLL mappingBLL;
            bool       b;

            mappingBLL = new MappingBLL();
            b          = this.UpdateMethodTest
                             (mappingBLL, (string)null, (string)null, (string)null, (string)null,
                             (string)null, 0, 0, 0, 0);
        }
예제 #25
0
        public bool ChangeProTest(
            [PexAssumeUnderTest] MappingBLL target,
            string sts,
            string stp
            )
        {
            bool result = target.ChangePro(sts, stp);

            return(result);
            // TODO: add assertions to method MappingBLLTest.ChangeProTest(MappingBLL, String, String)
        }
예제 #26
0
        public bool AddMapTest(
            [PexAssumeUnderTest] MappingBLL target,
            string idS,
            string sys,
            string program
            )
        {
            bool result = target.AddMap(idS, sys, program);

            return(result);
            // TODO: add assertions to method MappingBLLTest.AddMapTest(MappingBLL, String, String, String)
        }
예제 #27
0
        public bool UpdateMethodTest(
            [PexAssumeUnderTest] MappingBLL target,
            string idmap,
            string method,
            string p1,
            string p2,
            string p3,
            int per1,
            int per2,
            int per3,
            int des
            )
        {
            bool result = target.UpdateMethod(idmap, method, p1, p2, p3, per1, per2, per3, des);

            return(result);
            // TODO: add assertions to method MappingBLLTest.UpdateMethodTest(MappingBLL, String, String, String, String, String, Int32, Int32, Int32, Int32)
        }
예제 #28
0
 public void DelMapfromSyOutTest([PexAssumeUnderTest] MappingBLL target, string idOut)
 {
     target.DelMapfromSyOut(idOut);
     // TODO: add assertions to method MappingBLLTest.DelMapfromSyOutTest(MappingBLL, String)
 }