Exemple #1
0
 @Test
 public void test() {
   Hello hello = new Hello();
   assertEquals("Hello", hello.say());
 }