Searched refs:linkedListReturningMethod (Results 1 – 4 of 4) sorted by relevance
72 case 2 : iMethods.linkedListReturningMethod(); break; in randomCallOn()
183 LinkedList<String> linkedListReturningMethod(); in linkedListReturningMethod() method
350 public LinkedList<String> linkedListReturningMethod() { in linkedListReturningMethod() method in MethodsImpl
390 …when(iMethods.iMethodsReturningMethod().linkedListReturningMethod().contains(anyString())).thenRet… in BUG_ISSUE_399_try_some_mocks_with_current_answers()