Exemplo n.º 1
0
        public void GetEventFromIDTestType()
        {
            var calendar = new CalendarController("http://localhost:5001/api/");

            var result = calendar.GetEvent("2");

            Assert.IsInstanceOfType(result, typeof(JsonResult));
        }