MCPcopy Create free account
hub / github.com/apache/nutch / setUp

Method setUp

src/test/org/apache/nutch/plugin/TestPluginSystem.java:52–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 private PluginRepository repository;
51
52 @Before
53 public void setUp() throws Exception {
54 this.conf = NutchConfiguration.create();
55 conf.set("plugin.includes", ".*");
56 // String string = this.conf.get("plugin.includes", "");
57 // conf.set("plugin.includes", string + "|Dummy*");
58 fPluginCount = 5;
59 createDummyPlugins(fPluginCount);
60 this.repository = PluginRepository.get(conf);
61 }
62
63 @After
64 public void tearDown() throws Exception {

Callers

nothing calls this directly

Calls 4

createMethod · 0.95
createDummyPluginsMethod · 0.95
getMethod · 0.95
setMethod · 0.45

Tested by

no test coverage detected