Merge "Add new method getExtraIntentAction() in DashboardFeatureProvider."
This commit is contained in:
@@ -242,4 +242,9 @@ public class DashboardFeatureProviderImplTest {
|
||||
CategoryKey.CATEGORY_HOMEPAGE).isEmpty())
|
||||
.isFalse();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGetExtraIntentAction_shouldReturnNull() {
|
||||
assertThat(mImpl.getExtraIntentAction()).isNull();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user