Skip to content
Snippets Groups Projects
Commit 889037aa authored by Gregor Maier's avatar Gregor Maier
Browse files

Unit tests for driver manager and driver registry

parent a1671f42
No related branches found
No related tags found
No related merge requests found
......@@ -2135,6 +2135,14 @@ public class Controller implements IFloodlightProviderService,
}
}
/**
* FOR TESTING ONLY
* check if update queue is empty
*/
boolean isUpdateQueueEmptyForTesting() {
return this.updates.isEmpty();
}
/**
* FOR TESTING ONLY
* @param update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment