introduce Plugin interface

This commit is contained in:
Sebastian Sdorra
2019-08-20 08:10:30 +02:00
parent 1a01216f62
commit 0aaec1174a
9 changed files with 32 additions and 18 deletions

View File

@@ -189,7 +189,7 @@ public class UIRootResourceTest {
when(wrapper.getId()).thenReturn(id);
InstalledPluginDescriptor plugin = mock(InstalledPluginDescriptor.class);
when(wrapper.getPlugin()).thenReturn(plugin);
when(wrapper.getDescriptor()).thenReturn(plugin);
when(plugin.getResources()).thenReturn(pluginResources);
PluginInformation information = mock(PluginInformation.class);