Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CaseCompleteEvent

Hierarchy

  • BaseEvent<"caseComplete">
    • CaseCompleteEvent

Index

Properties

caseResult

caseResult: CaseResult

rawEvent

rawEvent: benchmark.Event

suite

suite: benchmark.Suite

suiteProgress

suiteProgress: { completed: boolean; current: number; total: number }

Type declaration

  • completed: boolean
  • current: number
  • total: number

type

type: "caseComplete"

Generated using TypeDoc