advisor = new FlushingModelSourceAdvisor(interceptor);
Method method = defaultMethod();
Class targetClass = method.getDeclaringClass();
modelSourceControl.expectAndReturn(modelSource.getFlushingModel(method,
targetClass), new MockFlushingModel());
modelSourceControl.replay();
assertTrue(advisor.matches(method, targetClass));