Searched refs:countSubstringOccurrence (Results 1 – 2 of 2) sorted by relevance
258 assertThat(Utils.countSubstringOccurrence(throwable.getMessage(), in testExternalProfileValidationMultiPackageFailed()308 assertThat(Utils.countSubstringOccurrence(throwable.getMessage(), in testExternalProfileValidationMultiPackageFailedMultipleErrors()
180 public static int countSubstringOccurrence(String str, String subStr) { in countSubstringOccurrence() method in Utils