UNPKG

alsatian-fluent-assertions

Version:

Fluent assertions extension to Alsatian xUnit framework.

9 lines (8 loc) 255 B
import { IFluentNode } from "./i-fluent-node"; export declare class RootNode implements IFluentNode { name: string; details: string; parent: IFluentNode; constructor(name: string, details: string); readonly fullname: string; }