0

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?

Sariban D'Cl
  • 2,197
  • 2
  • 28
  • 42

0 Answers0