testInterfaceMethods

Test the methods defined in the ITypedQueue interface

version(unittest)
void
testInterfaceMethods
(
T
)

Parameters

queue ITypedQueue!(T)

queue to run tests on

items T[]

an array of items to test the queue with

Meta