Object representing a single test point ok / not ok line

Constructors

Properties

Constructors

Properties

extra: {
    [key: string]: any;
}
message: string
name: string
ok: "ok " | "not ok "
res: Result