HomeSort by relevance Sort by last modified time
    Searched defs:switcher (Results 1 - 2 of 2) sorted by null

  /external/mockito/src/test/java/org/mockito/internal/configuration/plugins/
PluginFinderTest.java 29 PluginSwitch switcher; field in class:PluginFinderTest
49 when(switcher.isEnabled("foo.Foo")).thenReturn(true);
60 when(switcher.isEnabled("foo.Foo")).thenReturn(false);
72 when(switcher.isEnabled("Bar")).thenReturn(true);
84 when(switcher.isEnabled(anyString())).thenReturn(true);
96 when(switcher.isEnabled(anyString())).thenReturn(true);
106 when(switcher.isEnabled(anyString())).thenThrow(new RuntimeException("Boo!"));
  /external/dokka/maven/org/jetbrains/dokka/dokka-fatjar/0.9.17-g20190326/
dokka-fatjar-0.9.17-g20190326.jar 

Completed in 160 milliseconds