Constructor
new AssertAction()
- Source:
Example
// Assert that the property "myProperty" is less than 10
{
"assert": {
"where": {
"property": "myProperty",
"lessThan": 10
}
}
}
An action 'assert' that can be used to check that some state is as expected, uses filters
// Assert that the property "myProperty" is less than 10
{
"assert": {
"where": {
"property": "myProperty",
"lessThan": 10
}
}
}