UNPKG

alsatian-fluent-assertions

Version:

Fluent assertions extension to Alsatian xUnit framework.

5 lines (4 loc) 295 B
import { PropLambdaUnderstoodReturns } from "./property-lambda-returns"; import { IFluentCore } from "../matchers"; /** Lambda type for asserting property values. */ export declare type PropertyAssertsLambda<TProp> = (actual?: IFluentCore<TProp, void, void>) => PropLambdaUnderstoodReturns;