Claude,
I trying to understand the contract testing. I have been looking at
GraphMem_CS and DeltaTest mainly. Are they good examples?
What's the way to find out what classes are discovered and tested?
contract-test-maven-plugin -- what's the role of this plugin? because
the surefire setup has: <include>**/*_CS.java</include>
There is various logging messages now as well but some seem to come from
include the Contract engine. Should they be suppressed?
see for example:
https://builds.apache.org/user/andy/my-views/view/Jena/job/Jena_Development_Test/lastSuccessfulBuild/consoleFull
Andy