Example #1
0
 public boolean isDeclaringPluginActive() {
   return fTester.isDeclaringPluginActive();
 }
Example #2
0
 public boolean test(Object receiver, Object[] args, Object expectedValue) {
   return fTester.test(receiver, fName, args, expectedValue);
 }
Example #3
0
 public boolean isInstantiated() {
   return fTester.isInstantiated();
 }