Home | History | Annotate | Download | only in mockito

Lines Matching defs:startsWith

24 import org.mockito.internal.matchers.StartsWith;
1159 public static String startsWith(String prefix) {
1160 reportMatcher(new StartsWith(prefix));