Exemplo n.º 1
0
        public void InduloRepter()
        {
            JaratKezelo j = new JaratKezelo();

            j.UjJarat("azon123", "Ferihegy", "Alicantei", new DateTime(2021, 2, 3, 16, 5, 7, 00));
            j.jaratokRepuloterrol("Ferihegy");
            Assert.AreEqual("Ferihegy", j.jaratokRepuloterrol("Ferihegy"));
        }