Closed GoogleCodeExporter closed 9 years ago
Assert.assertEquals() true,run the next function.
Original comment by yangdong...@gmail.com
on 19 Jul 2012 at 6:48
That is how asserts work. You can save the result and use the assert last in
your test case:
boolean saveResult = solo.searchtext();
...
...
...
Assert.assertTrue(saveResult);
Original comment by renasr...@gmail.com
on 19 Jul 2012 at 5:16
Original issue reported on code.google.com by
liangxia...@umeng.com
on 19 Jul 2012 at 6:32