alsatian-fluent-assertions
Version:
Fluent assertions extension to Alsatian xUnit framework.
6 lines (5 loc) • 320 B
TypeScript
import { IFluentCore } from "./i-fluent-core";
import { INarrowableOperators } from "./i-narrowable-operators";
import { IFluentNode } from "../types/i-fluent-node";
export interface INarrowableFluentCore<T, TThat, TPrev> extends IFluentCore<T, TThat, TPrev>, INarrowableOperators<TThat, T, TPrev>, IFluentNode {
}