Add template Javadocs. Needs actual documentation yet.

This commit is contained in:
bspeice
2013-11-20 11:57:48 -05:00
parent 84e4ab39ac
commit 4c4443b175
4 changed files with 68 additions and 4 deletions

View File

@ -11,8 +11,15 @@ import android.test.AndroidTestCase;
import com.uncc.gameday.R;
import com.uncc.gameday.twitter.TwitterClient;
// TODO: Auto-generated Javadoc
/**
* The Class TwitterClientTest.
*/
public class TwitterClientTest extends AndroidTestCase {
/**
* Test twitter.
*/
public void testTwitter(){
// Test the twitter4j logic
String handle = this.mContext.getString(R.string.gameday_handle);