You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String.format("The occurrence of index %d of %s section of the query did not contain a substring %s but looked like this: %s. Note that the match is case-sensitive.", sectionIndex, topLevelKeyword, containedSubstring, sectionString)
59
61
);
62
+
63
+
returnthis;
60
64
}
61
65
62
66
/**
@@ -66,8 +70,9 @@ public void assertSectionContains(String topLevelKeyword, String containedSubstr
66
70
* @param topLevelKeyword The top level keyword that prefaces the section.
67
71
* @param expectedString The substring which the first section of the given type should be equal to.
String.format("The occurrence of index %d of %s section of the query was not equal to the string %s but looked like this: %s. Note that the match is case-sensitive.", sectionIndex, topLevelKeyword, expectedString, sectionString)
0 commit comments