File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
binder/src/test/java/io/grpc/binder/internal Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 2323import static org .mockito .ArgumentMatchers .isNull ;
2424import static org .mockito .Mockito .when ;
2525import static org .robolectric .Shadows .shadowOf ;
26- import static org .robolectric .annotation .LooperMode .Mode .PAUSED ;
2726
2827import android .os .IBinder ;
2928import android .os .Looper ;
4443import org .mockito .junit .MockitoJUnit ;
4544import org .mockito .junit .MockitoRule ;
4645import org .robolectric .RobolectricTestRunner ;
47- import org .robolectric .annotation .LooperMode ;
4846
4947/**
5048 * Low-level server-side transport tests for binder channel. Like BinderChannelSmokeTest, this
5149 * convers edge cases not exercised by AbstractTransportTest, but it deals with the
5250 * binderTransport.BinderServerTransport directly.
5351 */
54- @ LooperMode (PAUSED )
5552@ RunWith (RobolectricTestRunner .class )
5653public final class BinderServerTransportTest {
5754
Original file line number Diff line number Diff line change 2121import static com .google .common .truth .Truth .assertThat ;
2222import static org .junit .Assert .fail ;
2323import static org .robolectric .Shadows .shadowOf ;
24- import static org .robolectric .annotation .LooperMode .Mode .PAUSED ;
2524
2625import android .app .Application ;
2726import android .app .admin .DevicePolicyManager ;
4847import org .mockito .junit .MockitoRule ;
4948import org .robolectric .RobolectricTestRunner ;
5049import org .robolectric .annotation .Config ;
51- import org .robolectric .annotation .LooperMode ;
5250import org .robolectric .shadows .ShadowApplication ;
5351import org .robolectric .shadows .ShadowDevicePolicyManager ;
5452
55- @ LooperMode (PAUSED )
5653@ RunWith (RobolectricTestRunner .class )
5754public final class ServiceBindingTest {
5855
You can’t perform that action at this time.
0 commit comments