UNPKG

@johanblumenberg/ts-mockito

Version:
18 lines 614 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AbstractMethodStub = void 0; var AbstractMethodStub = (function () { function AbstractMethodStub(groupIndex, oneshot) { this.groupIndex = groupIndex; this.oneshot = oneshot; } AbstractMethodStub.prototype.isOneshot = function () { return this.oneshot; }; AbstractMethodStub.prototype.getGroupIndex = function () { return this.groupIndex; }; return AbstractMethodStub; }()); exports.AbstractMethodStub = AbstractMethodStub; //# sourceMappingURL=AbstractMethodStub.js.map