Skip to content

Commit

Permalink
Move HttpEngineTest to ctesque.
Browse files Browse the repository at this point in the history
Should run as a platform test and also as in
instrumentation test.
  • Loading branch information
yschimke committed Apr 6, 2024
1 parent 38c47db commit 766cf0a
Showing 1 changed file with 3 additions and 2 deletions.
@@ -1,7 +1,6 @@
package org.robolectric.android;
package android.net.http;

import android.content.Context;
import android.net.http.HttpEngine;
import android.os.Build;

import androidx.test.core.app.ApplicationProvider;
Expand All @@ -10,10 +9,12 @@
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.annotation.Config;
import org.robolectric.annotation.internal.DoNotInstrument;

import java.net.URL;
import java.net.URLConnection;

@DoNotInstrument
@RunWith(AndroidJUnit4.class)
@Config(minSdk = Build.VERSION_CODES.UPSIDE_DOWN_CAKE)
public class HttpEngineTest {
Expand Down

0 comments on commit 766cf0a

Please sign in to comment.