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