}
public void test_getFlushMethod() {
FlushMethod method = fullAnnotatedDaoRuntimeInfo.getFlushMethod();
assertNotNull(method);
method.invoke(fullAnnotatedDao);
verify(fullAnnotatedDao).flushIt();
assertNull(minimumAnnotatedDaoRuntimeInfo.getFlushMethod());