public void TestBuneset() { Adatkezelő.Kereséskezelő k = new Adatkezelő.Kereséskezelő(); object returnType = k.Bűnesetkeresés("").First(); Assert.IsInstanceOfType(returnType, typeof(Bűneset)); }
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)); }
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)); }