it('decorates if test function returns true', () => {
          assert(spy4.callCount === 1);
          assert(spy4.getCall(0).args[0] === TargetClass.prototype);
          assert(spy4.getCall(0).args[1] === 'methodOk');
          assert(spy4.getCall(0).args[2] === 1);