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
This commit is contained in:
Joseph Murphy
2020-12-01 00:24:55 +00:00
parent 967311df7f
commit 6d78a33475

View File

@@ -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;