UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

12 lines (11 loc) 410 B
import { TestRunner } from "../core/alsatian-core"; import { AlsatianCliOptions } from "./alsatian-cli-options"; export declare class CliTestRunner { private _testRunner; static create(): CliTestRunner; constructor(_testRunner: TestRunner); run(userArguments: AlsatianCliOptions): Promise<void>; private _createTapBarkReporter; private _handleTestSetRunError; private _printHelp; }