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