@serenity-js/core
Version:
The core Serenity/JS framework, providing the Screenplay Pattern interfaces, as well as the test reporting and integration infrastructure
13 lines • 461 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExpectationMet = void 0;
const ExpectationOutcome_1 = require("./ExpectationOutcome");
/**
* Indicates that an [`Expectation`](https://serenity-js.org/api/core/class/Expectation/) was met.
*
* @group Expectations
*/
class ExpectationMet extends ExpectationOutcome_1.ExpectationOutcome {
}
exports.ExpectationMet = ExpectationMet;
//# sourceMappingURL=ExpectationMet.js.map
;