Method TestCircularBufferIsWorking
TestCircularBufferIsWorking(bool, int, int, bool)
Declaration
public void TestCircularBufferIsWorking(bool pushDuplicates, int itemsToPushBack, int itemToSearch, bool expectedFound)
Parameters
Type | Name | Description |
---|---|---|
bool | pushDuplicates | |
int | itemsToPushBack | |
int | itemToSearch | |
bool | expectedFound |