MCPcopy Create free account
hub / github.com/akeranen/the-one / testEEQ

Method testEEQ

test/ExternalEventsQueueTest.java:58–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56
57
58 public void testEEQ() {
59 int preload = 10;
60 eeq = new ExternalEventsQueue(tempFile.getAbsolutePath(),preload);
61 checkEeq(eeq, preload);
62
63 preload = 1;
64 eeq = new ExternalEventsQueue(tempFile.getAbsolutePath(),preload);
65 checkEeq(eeq, preload);
66 }
67
68
69 public void testBinaryEEQ() throws Exception{

Callers

nothing calls this directly

Calls 1

checkEeqMethod · 0.95

Tested by

no test coverage detected