sunhong...@gmail.com
unread,Dec 20, 2012, 5:46:41 AM12/20/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to androi...@googlegroups.com
I want to know if it is possible to mock a class for all object and methods in a process, for example, the application under test is A, it reads a specific file in method M, the filereader is not a parameter of M, and M is invoked in different activity, I want to control the file content, is it possible to mock the filereader and set it to the application A, so any access to filereader is mocked.