From 6d78a3347567cbe6c335c4ad7bbff555e121b501 Mon Sep 17 00:00:00 2001 From: Joseph Murphy Date: Tue, 1 Dec 2020 00:24:55 +0000 Subject: [PATCH] Makes this class abstract so that Tradefed's automatic search for runnable test classes doesn't get confused by this class. Bug: b/174168302 Change-Id: I765e3f6c7f8ef2f2734862e75513e73353fea4c0 --- .../settings/bluetooth/BluetoothDetailsControllerTestBase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsControllerTestBase.java b/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsControllerTestBase.java index 73133217229..640138816e2 100644 --- a/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsControllerTestBase.java +++ b/tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsControllerTestBase.java @@ -41,7 +41,7 @@ import org.robolectric.RobolectricTestRunner; import org.robolectric.RuntimeEnvironment; @RunWith(RobolectricTestRunner.class) -public class BluetoothDetailsControllerTestBase { +public abstract class BluetoothDetailsControllerTestBase { protected Context mContext; private LifecycleOwner mLifecycleOwner;