Method m = findMethod("contributeUnorderedWrongParameter");
ContributionDef def = new ContributionDefImpl("foo.Bar", m, null, null, null);
try
{
def.contribute(this, resources, configuration);
unreachable();
}
catch (RuntimeException ex)
{
assertMessageContains(ex,