Mercurial > cgi-bin > hgwebdir.cgi > FriendStream > ASProto
annotate app/src/androidTest/java/com/example/musicplayer/ApplicationTest.java @ 2:3485a304a057
adding new branch with the original tutorial code -- later merge to main and mod
| author | kshalle |
|---|---|
| date | Thu, 23 Apr 2015 10:53:54 -0700 |
| parents | |
| children |
| rev | line source |
|---|---|
| kshalle@2 | 1 package com.example.musicplayer; |
| kshalle@2 | 2 |
| kshalle@2 | 3 import android.app.Application; |
| kshalle@2 | 4 import android.test.ApplicationTestCase; |
| kshalle@2 | 5 |
| kshalle@2 | 6 /** |
| kshalle@2 | 7 * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> |
| kshalle@2 | 8 */ |
| kshalle@2 | 9 public class ApplicationTest extends ApplicationTestCase<Application> { |
| kshalle@2 | 10 public ApplicationTest() { |
| kshalle@2 | 11 super(Application.class); |
| kshalle@2 | 12 } |
| kshalle@2 | 13 } |
