We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53df090 commit 5bd1b22Copy full SHA for 5bd1b22
hamcrest-library/src/main/java/org/hamcrest/text/StringContainsInOrder.java
@@ -38,7 +38,7 @@ public void describeTo(Description description) {
38
}
39
40
@Factory
41
- public static Matcher<String> stringContainsInAnyOrder(Iterable<String> substrings) {
+ public static Matcher<String> stringContainsInOrder(Iterable<String> substrings) {
42
return new StringContainsInOrder(substrings);
43
44
0 commit comments