mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-01 04:09:08 +01:00
introduce Plugin interface
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user