*/
@Test
public void testGetPluginClassOfP() {
Assert.assertNotNull("Pluginmanager must be there", this.pm);
this.pm.addPluginsFrom(new File("tests/plugins/").toURI(), new OptionReportAfter());
final TestAnnotations p1 = this.pm.getPlugin(TestAnnotations.class);
final PluginInformation p2 = this.pm.getPlugin(PluginInformation.class);
$(p2.getInformation(Information.CLASSPATH_ORIGIN, p1)).string().print();