@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 • 489 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExpectationNotMet = void 0;
const ExpectationOutcome_js_1 = require("./ExpectationOutcome.js");
/**
* Indicates that an [`Expectation`](https://serenity-js.org/api/core/class/Expectation/) was not met.
*
* @group Expectations
*/
class ExpectationNotMet extends ExpectationOutcome_js_1.ExpectationOutcome {
}
exports.ExpectationNotMet = ExpectationNotMet;
//# sourceMappingURL=ExpectationNotMet.js.map