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