Searched defs:doSomethingElse (Results 1 - 3 of 3) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/bugs/injection/
H A DChildWithSameParentFieldInjectionTest.java37 public void doSomethingElse() { method in class:ChildWithSameParentFieldInjectionTest.System
/external/guice/jdk8-tests/test/com/google/inject/jdk8/
H A DDefaultMethodInterceptionTest.java179 String doSomethingElse(); method in interface:DefaultMethodInterceptionTest.Baz
185 public String doSomethingElse() { method in class:DefaultMethodInterceptionTest.BazImpl
202 assertEquals("BazImpl", baz.doSomethingElse());
219 assertEquals("BazImpl", baz.doSomethingElse());
/external/clang/test/SemaCXX/
H A Dwarn-unused-private-field.cpp178 void doSomethingElse() {} function in class:mutual_friends::C

Completed in 642 milliseconds