Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 21478 |
rajender |
1 |
package com.saholic.profittill;
|
|
|
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 |
}
|