Home
last modified time | relevance | path

Searched refs:locationsOfUsedStubbings (Results 1 – 1 of 1) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/junit/
DUnusedStubbingsFinder.java51 Set<String> locationsOfUsedStubbings = new HashSet<String>(); in getUnusedStubbingsByLocation() local
55 locationsOfUsedStubbings.add(location); in getUnusedStubbingsByLocation()
66 if (!locationsOfUsedStubbings.contains(location)) { in getUnusedStubbingsByLocation()