android - Testing Asynch Task and Junit -
So I was looking for help in writing an archive test and I got a lot, but I do not know how Start. I want to test a class that AsyncTask expands, and only that class, what will I put in the constructor for the junior test? It extends InstrumentationTestCase because I need to use restTestonUI Sorry, if this is a silent question then I have never used junit before.
start asynch work
Nameoff task task = new name ottertask (); Task.execute ();
Comments
Post a Comment