tock / ai.tock.bot.admin.test / TestPlanExecution / <init>

<init>

TestPlanExecution(testPlanId: Id<TestPlan>, dialogs: List<DialogExecutionReport>, nbErrors: Int, date: Instant = Instant.now(), duration: Duration = Duration.ZERO, _id: Id<TestPlanExecution> = newId(), status: TestPlanExecutionStatus = TestPlanExecutionStatus.PENDING)

An execution of a TestPlan, with its result.