Expand description
Test utils
Macros§
- assert_
eq_ uvec - Panic when the vectors are different, without taking the order into account.
Attribute Macros§
- test
- Marks async function to be executed by an async runtime and provide a
TaskExecutor
, suitable to test environment.