Merge "Settings: Annotate JUnit4 test with @Test"

This commit is contained in:
TreeHugger Robot
2018-02-23 06:19:08 +00:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 0 deletions

View File

@@ -355,6 +355,7 @@ public class MasterClearTest {
assertEquals(TEST_CONFIRMATION_CLASS, actualIntent.getComponent().getClassName());
}
@Test
public void testShowAccountCredentialConfirmation() {
// Finally mock out the startActivityForResultCall
doNothing().when(mMasterClear)