hardayal / hamcrest

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

a more flexible string matching matcher #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add 

Matchers.containsStrings(String substrings...)

might be more readable than

allOf(containsString("one"), containsString("two")

Original issue reported on code.google.com by smgfree...@gmail.com on 11 Sep 2008 at 1:43

GoogleCodeExporter commented 8 years ago
Would the hamcrest-text-patterns project satisfy this requirement?

Original comment by nat.pr...@gmail.com on 24 Oct 2008 at 8:55

GoogleCodeExporter commented 8 years ago

Original comment by nat.pr...@gmail.com on 27 Oct 2008 at 10:42

GoogleCodeExporter commented 8 years ago
deferred

Original comment by smgfree...@gmail.com on 20 Dec 2008 at 9:00