UNPKG

@serenity-js/core

Version:

The core Serenity/JS framework, providing the Screenplay Pattern interfaces, as well as the test reporting and integration infrastructure

9 lines 313 B
import { ExpectationOutcome } from './ExpectationOutcome'; /** * Indicates that an [`Expectation`](https://serenity-js.org/api/core/class/Expectation/) was not met. * * @group Expectations */ export declare class ExpectationNotMet extends ExpectationOutcome { } //# sourceMappingURL=ExpectationNotMet.d.ts.map