assertEquals( systemReadAccess, result );
}
@Test
public void testGetAppropriateReadAccessSystemOtherPluginPath() throws Exception {
IReadAccess result = Utils.getAppropriateReadAccess( SYSTEM_OTHER_PLUGIN_PATH, null, environment );
verify( factory, atLeastOnce() ).getOtherPluginSystemReader( "otherPlugin", null );
assertEquals( systemReadAccess, result );
}