* This simple test applies to any driver.
*/
@Test public void testDriverStructure() {
K2Storage storage = new K2Storage(getSharedContext());
try {
storage.installDriver(driverClass);
} catch (StorageDriverException ex) {
throw new AssertionError("Driver structure is bad.", ex);
}
}