Source Academy Modules
Preparing search index...
unittest
assert_not_equals
Function assert_not_equals
assert_not_equals
(
expected
:
any
,
received
:
any
)
:
void
Asserts that two parameters are not equal (!==).
Parameters
expected
:
any
The expected value.
received
:
any
The given value.
Returns
void
Settings
Theme
OS
Light
Dark
Source Academy Modules
Loading...
Asserts that two parameters are not equal (!==).