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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user