Searched refs:passThrough (Results 1 – 1 of 1) sorted by relevance
47 IDelegate passThrough = Mockito.mock(IDelegate.class); in setUp() local48 MockableTextToSpeechService.setMocker(passThrough); in setUp()51 Mockito.doReturn(TextToSpeech.LANG_COUNTRY_AVAILABLE).when(passThrough) in setUp()54 Mockito.doReturn(TextToSpeech.LANG_COUNTRY_AVAILABLE).when(passThrough) in setUp()