Created a Robolectric unit test replacement for the NearbyActivity test.

This commit is contained in:
Paul Hawke 2017-11-29 21:29:09 -06:00
parent 9a5bff42d0
commit ce32505ca3
11 changed files with 100 additions and 39 deletions

View file

@ -11,7 +11,7 @@ import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
@RunWith(RobolectricTestRunner.class)
@Config(constants = BuildConfig.class, sdk = 21)
@Config(constants = BuildConfig.class, sdk = 21, application = TestCommonsApplication.class)
public class PageTitleTest {
@Test
public void displayTextShouldNotBeUnderscored() {