Beispiel #1
0
        public void TestBuneset()
        {
            Adatkezelő.Kereséskezelő k = new Adatkezelő.Kereséskezelő();
            object returnType          = k.Bűnesetkeresés("").First();

            Assert.IsInstanceOfType(returnType, typeof(Bűneset));
        }
Beispiel #2
0
        public void TestGyanusitott()
        {
            Adatkezelő.Kereséskezelő k = new Adatkezelő.Kereséskezelő();
            object returnType          = k.Gyanúsítottkeresés("").First();

            Assert.IsInstanceOfType(returnType, typeof(Gyanúsított));
        }
Beispiel #3
0
        public void TestBizonyitek()
        {
            Adatkezelő.Kereséskezelő k = new Adatkezelő.Kereséskezelő();
            object returnType          = k.Bizonyítékkeresés("").First();

            Assert.IsInstanceOfType(returnType, typeof(Bizonyíték));
        }