hiscore panel: autocomplete recent search history
Co-authored-by: Daniel <serpa88@hotmail.ca>
This commit is contained in:
@@ -27,15 +27,14 @@ package net.runelite.client.plugins.hiscore;
|
||||
import static net.runelite.client.plugins.hiscore.HiscorePanel.formatLevel;
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import org.junit.Test;
|
||||
import static org.mockito.Mockito.mock;
|
||||
|
||||
public class HiscorePanelTest
|
||||
{
|
||||
@Test
|
||||
public void testConstructor()
|
||||
{
|
||||
new HiscorePanel(new HiscoreConfig()
|
||||
{
|
||||
});
|
||||
new HiscorePanel(mock(HiscoreConfig.class), mock(NameAutocompleter.class));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user