Here's the kind of class I need to stub:
http://maven.apache.org/ref/2.0.10/maven-project/apidocs/org/apache/maven/project/MavenProject.html
I want to know if my plugin tried to call some random methods on that
object, cause my stubs probably won't provide meaningful results for
those.
It's not that they plugin necessarily violates any contracts by
calling some random method, it's that I want to be confident my
stubbing was thorough enough.