jocarreira / hamcrest

Automatically exported from code.google.com/p/hamcrest
0 stars 0 forks source link

Add documentation to Matcher static factories #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The static factories generated in CoreMatchers and Matchers need Javadoc
documentation with examples.

Original issue reported on code.google.com by neild...@gmail.com on 3 Aug 2007 at 8:50

GoogleCodeExporter commented 8 years ago

Original comment by nat.pr...@gmail.com on 24 Oct 2008 at 12:34

GoogleCodeExporter commented 8 years ago
tagging

Original comment by t.denley on 12 May 2012 at 11:04

GoogleCodeExporter commented 8 years ago
I'm handling this now.  I've just done a first-pass of all the @Factory methods 
in the core matchers: 
https://github.com/hamcrest/JavaHamcrest/commit/cfc64b8e7b2ac821e7838813b4787b12
8334ad63

I'll start on the library matchers, but that'll take a bit longer to get 
through.

Original comment by t.denley on 20 May 2012 at 11:16

GoogleCodeExporter commented 8 years ago
wow, you have no idea how tedious doing this became... however, along with the 
one above, commits 
https://github.com/hamcrest/JavaHamcrest/commit/af548a4a2375307cf0c57a62bcfbcb92
e4b10c31 and 
https://github.com/hamcrest/JavaHamcrest/commit/26eadba0e7e9369668682e094ebb62b5
114f99e5 should cover it.

Please holler if you spot any mistakes, or you thing I've missed something.  
Otherwise, I'm marking this as fixed for the time being.

Original comment by t.denley on 20 May 2012 at 3:52