UNPKG

alsatian-fluent-assertions

Version:

Fluent assertions extension to Alsatian xUnit framework.

9 lines (8 loc) 305 B
import { ConfiguredAssert } from "./types"; import { AssertionContext } from "./types/assertion-context"; export declare class BaseSpec { protected assert: ConfiguredAssert; protected assertionContext: AssertionContext; protected beforeEach(): void; protected afterEach(): void; }