Ejemplo n.º 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);
        }
Ejemplo n.º 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)
        }
Ejemplo n.º 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)
        }
Ejemplo n.º 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)
        }
Ejemplo n.º 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)
        }
Ejemplo n.º 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>)
        }
Ejemplo n.º 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)
        }
Ejemplo n.º 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)
        }
Ejemplo n.º 10
0
        public MappingBLL ConstructorTest()
        {
            MappingBLL target = new MappingBLL();

            return(target);
            // TODO: add assertions to method MappingBLLTest.ConstructorTest()
        }
Ejemplo n.º 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)
        }
Ejemplo n.º 12
0
        public string createMapIDTest([PexAssumeUnderTest] MappingBLL target)
        {
            string result = target.createMapID();

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

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

            mappingBLL = new MappingBLL();
            list       = this.loadPrOutTest(mappingBLL, (string)null);
        }
Ejemplo n.º 15
0
        public void createMapIDTest01()
        {
            MappingBLL mappingBLL;
            string     s;

            mappingBLL = new MappingBLL();
            s          = this.createMapIDTest(mappingBLL);
        }
Ejemplo n.º 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);
        }
Ejemplo n.º 18
0
        public void loadmapTest01()
        {
            MappingBLL mappingBLL;
            string     s;

            mappingBLL = new MappingBLL();
            s          = this.loadmapTest(mappingBLL, (string)null);
        }
Ejemplo n.º 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);
        }
Ejemplo n.º 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);
        }
Ejemplo n.º 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);
        }
Ejemplo n.º 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)
        }
Ejemplo n.º 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)
        }
Ejemplo n.º 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)
        }
Ejemplo n.º 28
0
 public void DelMapfromSyOutTest([PexAssumeUnderTest] MappingBLL target, string idOut)
 {
     target.DelMapfromSyOut(idOut);
     // TODO: add assertions to method MappingBLLTest.DelMapfromSyOutTest(MappingBLL, String)
 }