public class TestPlanExecution
An execution of a class TestPlan, with its result.
class TestPlanpublic TestPlanExecution(@NotNull
org.litote.kmongo.Id<ai.tock.bot.admin.test.TestPlan> testPlanId,
@NotNull
java.util.List<ai.tock.bot.admin.test.DialogExecutionReport> dialogs,
int nbErrors,
@NotNull
java.time.Instant date,
@NotNull
java.time.Duration duration,
@NotNull
org.litote.kmongo.Id<ai.tock.bot.admin.test.TestPlanExecution> _id,
@NotNull
TestPlanExecutionStatus status)
An execution of a class TestPlan, with its result.
testPlanId - The test plan identifier.dialogs - The dialog execution test reports.nbErrors - Number of errors, if any.date - Date of the execution.duration - Duration of the execution._id - The execution identifier.status - The status of the test plan executionclass TestPlan@NotNull public org.litote.kmongo.Id<ai.tock.bot.admin.test.TestPlan> getTestPlanId()
The test plan identifier.
@NotNull public java.util.List<ai.tock.bot.admin.test.DialogExecutionReport> getDialogs()
The dialog execution test reports.
public int getNbErrors()
Number of errors,
if any.
@NotNull public java.time.Instant getDate()
Date of the execution.
@NotNull public java.time.Duration getDuration()
Duration of the execution.
@NotNull public org.litote.kmongo.Id<ai.tock.bot.admin.test.TestPlanExecution> get_id()
The execution identifier.
@NotNull public TestPlanExecutionStatus getStatus()
The status of the test plan execution
@NotNull public org.litote.kmongo.Id<ai.tock.bot.admin.test.TestPlan> component1()
The test plan identifier.
@NotNull public java.util.List<ai.tock.bot.admin.test.DialogExecutionReport> component2()
The dialog execution test reports.
public int component3()
Number of errors,
if any.
@NotNull public java.time.Instant component4()
Date of the execution.
@NotNull public java.time.Duration component5()
Duration of the execution.
@NotNull public org.litote.kmongo.Id<ai.tock.bot.admin.test.TestPlanExecution> component6()
The execution identifier.
@NotNull public TestPlanExecutionStatus component7()
The status of the test plan execution
@NotNull public TestPlanExecution copy(@NotNull org.litote.kmongo.Id<ai.tock.bot.admin.test.TestPlan> testPlanId, @NotNull java.util.List<ai.tock.bot.admin.test.DialogExecutionReport> dialogs, int nbErrors, @NotNull java.time.Instant date, @NotNull java.time.Duration duration, @NotNull org.litote.kmongo.Id<ai.tock.bot.admin.test.TestPlanExecution> _id, @NotNull TestPlanExecutionStatus status)
An execution of a class TestPlan, with its result.
class TestPlan@NotNull public java.lang.String toString()
An execution of a class TestPlan, with its result.
class TestPlanpublic int hashCode()
An execution of a class TestPlan, with its result.
class TestPlanpublic boolean equals(@Nullable
java.lang.Object p)
An execution of a class TestPlan, with its result.
class TestPlan