Ola_Mundo

ApplicationTest.java

Jun 26th, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. package none.treego;
  2.  
  3. import android.app.Application;
  4. import android.test.ApplicationTestCase;
  5.  
  6. /**
  7. * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
  8. */
  9. public class ApplicationTest extends ApplicationTestCase<Application> {
  10. public ApplicationTest() {
  11. super(Application.class);
  12. }
  13. }
Add Comment
Please, Sign In to add comment