Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/config/
DConfigurationTest.java298 final ITestInvocationListener listener1 = mock(ITestInvocationListener.class); in testGetTestInvocationListeners() local
299 mConfig.setTestInvocationListener(listener1); in testGetTestInvocationListeners()
300 assertEquals(listener1, mConfig.getTestInvocationListeners().get(0)); in testGetTestInvocationListeners()