public void Technician_Index_Default_Should_Pass() { // Arrange var myController = new TechnicianController(); // Act var result = myController.Index(); // Assert Assert.IsNotNull(result); }