89101112131415
public class SimpleControllerTests { @Test public void test() { SimpleController controller = new SimpleController(); assertEquals("Hello world!", controller.simple()); } }