I have to verify whether the date and time is displayed or not. (Robotium Testing)
Format: 17/07/2014 (dd/mm/yyyy)
I have tried this assertTrue(solo.searchText(Pattern.quote("\\d{2}/\\d{2}/\\d{4}")));
but my test case fails.
Am I doing wrong?
I have to verify whether the date and time is displayed or not. (Robotium Testing)
Format: 17/07/2014 (dd/mm/yyyy)
I have tried this assertTrue(solo.searchText(Pattern.quote("\\d{2}/\\d{2}/\\d{4}")));
but my test case fails.
Am I doing wrong?