public void TestGetAllTicketTypes() { string[] results = trac.getAllTicketTypes(); Assert.IsNotNull(results); }