Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DBindingAnnotationTest.java111 bindConstant().annotatedWith(createBlue(6)).to("six"); in testAnnotationWithValueThatDoesntMatch()
170 public Blue createBlue(final int value) { in createBlue() method in BindingAnnotationTest