Closed GoogleCodeExporter closed 9 years ago
The way in which searchText works is that it will return true or false
depending on if it finds it or not. If you want to make an assert at that point
you will need to do something like this:
Assert.assertFalse("getNfcAdapter was found",
solo.searchText("getNfcAdapter2(): OK");
Please search the forum for answers to questions like this:
http://groups.google.com/group/robotium-developers
Original comment by renasr...@gmail.com
on 3 Sep 2012 at 11:40
Original issue reported on code.google.com by
Kaylyn...@gmail.com
on 3 Sep 2012 at 3:24