UNPKG

alsatian-fluent-assertions

Version:

Fluent assertions extension to Alsatian xUnit framework.

9 lines (8 loc) 254 B
import { MatchError } from "alsatian"; export declare class BaseError extends MatchError { __proto__: Error; message: string; name: string; stack?: string; constructor(_message?: string, expected?: string, actual?: string); }