Time interval in milliseconds which some unit tests use to continuously insert elements into the queue.
Run common queue tests, i.e. this function calls it() for each of its unit tests.
A "factory function" for queue objects, which is run before each test.
Each test guarantees that it only holds up to COUNT many elements in the queue at the same time. In case of IAsyncQueue, the caller must provide a value of COUNT <= LIMIT of the respective queue. Otherwise, some tests might run into deadlocks.
Generated using TypeDoc
An element used by some unit tests to signal the end of data insertion.