Click or drag to resize

PlayHistoryModelAsserts Property

Defines a collection of asserts to verify at the end of each replay of a task to ensure that it was successfully completed.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public List<AssertConditionModel> Asserts { get; set; }

Property Value

Type: ListAssertConditionModel
See Also