@abaplint/core
Version:
abaplint - Core API
12 lines • 404 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TestInjection = void 0;
const combi_1 = require("../combi");
const expressions_1 = require("../expressions");
class TestInjection {
getMatcher() {
return (0, combi_1.seq)("TEST-INJECTION", expressions_1.TestSeamName);
}
}
exports.TestInjection = TestInjection;
//# sourceMappingURL=test_injection.js.map