|
FurtherResources
Additional reading elsewhere
Featured
|
► Sign in to add a comment
|
Search
|
|
FurtherResources
Additional reading elsewhere
Featured
|
Is there a matcher anywhere that matches REs? Something like assertThat(getMessage(), matchesRE("regular expression here"); Thanks. Steve Buroff sburoff@optonline.net
See the Hamcrest Text Patterns library: http://hamcrest-text-patterns.googlecode.com
Is there a guide to porting Hamcrest? I was unable to find one.. I have almost TDDed my way through implementing the Core package in .Net (using the Java version as reference).
Had to make some changes (due to differences between Java and .Net). Are there certain things that must remain unchanged (conceptually or otherwise between ports)? Also would like to know some intricacies - like the need for some intermediate base types + the way the matchers are packaged (core + library)