Expand description
All unit test fns are exported in the tests module.
This module is used for users want to use other async runtime,
and want to use the test if memberlist also works with their runtime.
Modules§
- memberlist
- Re-export the all unit test cases for memberlist
- state
- Re-export the all unit test cases for state
Enums§
- Address
Kind - The kind of address
Functions§
- get_
memberlist - Returns a
Memberlistbut not alive self for testing purposes. - initialize_
tests_ tracing - Initialize the tracing for the unit tests.
- next_
socket_ addr_ v4 - Returns the next socket addr v4
- next_
socket_ addr_ v6 - Returns the next socket addr v6
- run
- Run the unit test with a given async runtime sequentially.
Type Aliases§
- AnyError
- Any error type used for testing.