Exemplo n.º 1
0
 @Test
 boolean _methodOne() {
   return testObject.methodOne().equals("This is methodOne");
 }
Exemplo n.º 2
0
 @Test
 boolean _methodTwo() {
   return testObject.methodTwo() == 2;
 }