Non-resource assertions¶
Under certain circumstances, it makes sense to evaluate assertions that do not depend on resources. For example, when asserting the number of nodes in a cluster is equal to a known value.
Usage examples¶
Below is an example of using assert in a Test resource.