OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:undesiredannotationtwo
(Results
1 - 1
of
1
) sorted by null
/external/mockito/src/org/mockito/exceptions/
Reporter.java
601
public void unsupportedCombinationOfAnnotations(String undesiredAnnotationOne, String
undesiredAnnotationTwo
) {
603
"@" + undesiredAnnotationOne + " and @" +
undesiredAnnotationTwo
);
[
all
...]
Completed in 133 milliseconds