In the Ant testing library there is example code for creating a new matcher and tests to execute the matcher. However, the ability to define the matcher in the ant configuration (or the maven configuration) does not exist anymore in 1.0.0.
I would like to use the example code to test that the ability to add a matcher works. I think that the example code should be in the core module or packaged from the core module. Currently I am leaning toward adding the example code (all under org.example) into the test library for core, and then using that in the ant tests. Anybody have any suggestions.
