## Static method (use this):
## Assert$check(condition, message=NULL, ...)## Don't use the below:
## S3 method for class 'Assert':
check(static, condition, message=NULL, ...)
TRUE
if ok, or something
else if not.NULL
,
a message is automatically created.TRUE
, or throws an exception.Assert
.