UNPKG

ts-mockito

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