AssertAction

DebugActions. AssertAction

An action 'assert' that can be used to check that some state is as expected, uses filters

Constructor

new AssertAction()

Source:
Example
// Assert that the property "myProperty" is less than 10
{
    "assert": {
        "where": {
            "property": "myProperty",
            "lessThan": 10
        }
    }
}