Searched refs:errorFormat (Results 1 – 2 of 2) sorted by relevance
357 @NonNull String errorFormat, @Nullable Object... errorArgs) { in assertNextEvent() argument360 + String.format(errorFormat, errorArgs) + "\n. Events(" in assertNextEvent()382 throw new AssertionError(String.format(errorFormat, errorArgs) + "\n. Events(" in assertNextEvent()
717 private void assertNextEvent(@NonNull EventAssertion assertion, @NonNull String errorFormat, in assertNextEvent() argument721 + String.format(errorFormat, errorArgs) + "\n. Events(" in assertNextEvent()732 throw new AssertionError(String.format(errorFormat, errorArgs) + "\n. Events(" in assertNextEvent()