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