//------------------------------------
public void testRemoveRandom() {
String queueType = "unknown";
try {
QueuePropertyBase prop = new CbQueueProperty(glob, Constants.RELATING_CALLBACK, "/node/test");
queueType = this.queue.toString();
StorageId queueId = new StorageId(glob, Constants.RELATING_CALLBACK, "QueuePlugin/removeRandom");
this.queue.initialize(queueId, prop);
queue.clear();
assertEquals(ME + "wrong size before starting ", 0, queue.getNumOfEntries());