Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java619 …unsupportedCombinationOfAnnotations(String undesiredAnnotationOne, String undesiredAnnotationTwo) { in unsupportedCombinationOfAnnotations() argument
621 … "@" + undesiredAnnotationOne + " and @" + undesiredAnnotationTwo); in unsupportedCombinationOfAnnotations()