mirror of
https://github.com/bspeice/UNCCGameDay-Test
synced 2025-07-12 03:05:12 -04:00
Add template Javadocs. Needs actual documentation yet.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user