alsatian-fluent-assertions
Version:
Fluent assertions extension to Alsatian xUnit framework.
8 lines (7 loc) • 344 B
TypeScript
import { BaseError } from "./base-error";
import { IFluentNode } from "../types/i-fluent-node";
export declare class SpecError extends BaseError {
private static _stringifyPosition(node);
private static _filterToUserFrames(f);
constructor(node: IFluentNode, _message: string, expected: any, actual: any, nested?: boolean);
}