}
public void testSelectionOBothMethodAndParameter() throws Exception {
AbsBindingModule module = new MonoBindingModule(OnBothMethodAndParameter.class);
module.load();
registry.addBindings(module);
// Verifications
assertClassSelection(OnBothMethodAndParameter.class, nullValue());
assertFieldSelection(OnBothMethodAndParameter.class, nullValue());