Interface IHttpServerTestResult

Result of IHttpServer.test() method.

interface IHttpServerTestResult {
    error?: any;
    failCount: number;
}

Properties

Properties

error?: any

If occurred, the global error.

failCount: number

The total number of failed tests.

Generated using TypeDoc