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