6566676869707172
int index = 0; modes[index++] = mode; for (StringMode item : more) { modes[index++] = item; } PropertyEqualStringMatcher matcher = new PropertyEqualStringMatcher(expected, property, modes); return this.assertThat(matcher); }