Searched refs:InSubpackage (Results 1 – 1 of 1) sorted by relevance
334 return new InSubpackage(targetPackageName); in inSubpackage()337 private static class InSubpackage extends AbstractMatcher<Class> implements Serializable { class in Matchers340 public InSubpackage(String targetPackageName) { in InSubpackage() method in Matchers.InSubpackage351 return other instanceof InSubpackage in equals()352 && ((InSubpackage) other).targetPackageName.equals(targetPackageName); in equals()