UNPKG

harmonyc

Version:

Harmony Code - model-driven BDD for Vitest

12 lines (11 loc) 351 B
export declare class TestPhrases { private context; constructor(context: any); When_goodbye(): void; When_hello(): string; When_greet_X(name: string): void; Then_X_is_Y(x: string, y: string): Promise<void>; Then_last_char(s: string): string; Then_last_char_of_greeting(): any; Then_X(s: string, r: string): void; }