Require
If condition
is true, prints Require passed:
, followed by description
, to the output in blue text. Otherwise, prints Require failed. Test ended:
, followed by description
, to the output in red text.
Parameters
Name | Type | Default | Description |
---|---|---|---|
|
|||
|
|||
nil
|
|||
0
|
Returns
Return Type | Summary |
---|---|
Code Samples
TestService:Require
This code would print Require passed: example to the output, in blue text.