- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {Dictionary d =
new Hashtable()
Bundle bundle;bundle.getHeaders()
new Properties()
- Smart code suggestions by Codota
}
@Test public void checkTheNetwork() throws Exception { Reporter r = callMain("--network", "--verbose"); assertThat(r.getMessage(-1) + r.getMessage(-2) + r.getMessage(-3) + r.getMessage(-4) + r.getMessage(-5), matches("3 node")); }