Merge "Makes this class abstract so that Tradefed's automatic search for runnable test classes doesn't get confused by this class."

This commit is contained in:
Treehugger Robot
2020-12-01 01:59:21 +00:00
committed by Gerrit Code Review

View File

@@ -41,7 +41,7 @@ import org.robolectric.RobolectricTestRunner;
import org.robolectric.RuntimeEnvironment; import org.robolectric.RuntimeEnvironment;
@RunWith(RobolectricTestRunner.class) @RunWith(RobolectricTestRunner.class)
public class BluetoothDetailsControllerTestBase { public abstract class BluetoothDetailsControllerTestBase {
protected Context mContext; protected Context mContext;
private LifecycleOwner mLifecycleOwner; private LifecycleOwner mLifecycleOwner;