1: package net.sf.mockcreator; 2: 3: public interface BugVerifyIsSilent { 4: public void foo(int a); 5: }