assert


Description:

[ Version ( since = "0.9.6" ) ]
public void assert (bool expression)

Fail the test if expression is false

Note that if the check fails, the remaining of the test is aborted

Parameters:

expr

expression to evaluate

Since:

0.9.6


Namespace: Check
Package: check