문제

I am using Robotium 5.0.1. assertTure or asserFalse API is not displaying in my eclispe IDE. How to enable this option?

Thanks

도움이 되었습니까?

해결책

What's the code you use? What's the error?

You can write the code belove and report the error (anyway it should work if other robotium methods work):

assertTrue(solo.searchText("Pippo"));
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top