예제 #1
0
 @Test
 boolean _methodOne() {
   return testObject.methodOne().equals("This is methodOne");
 }
예제 #2
0
 @Test
 boolean _methodTwo() {
   return testObject.methodTwo() == 2;
 }