层次结构

  • DefaultReporter
    • 默认

构造函数

  • 参数

    • globalConfig: GlobalConfig

    返回 default

属性

filename: string

方法

  • 返回 void

  • 返回 undefined | Error

  • 参数

    • message: string

    返回 void

  • 返回 void

  • 参数

    • aggregatedResults: AggregatedResult
    • options: ReporterOnStartOptions

    返回 void

  • 参数

    • test: Test
    • testCaseResult: AssertionResult

    返回 void

  • 参数

    • test: any
    • testResult: any
    • aggregatedResults: any

    返回 Promise<void>

  • 参数

    • test: Test

    返回 void

  • 参数

    • _testPath: string
    • _config: ProjectConfig
    • result: TestResult

    返回 void

  • 参数

    • testPath: string
    • config: ProjectConfig
    • result: TestResult

    返回 void

  • 参数

    • config: ProjectConfig
    • testResult: TestResult
    • aggregatedResults: AggregatedResult

    返回 void