made some fix
This commit is contained in:
parent
295242e572
commit
4862bc8a7b
3 changed files with 0 additions and 35 deletions
|
@ -1,27 +0,0 @@
|
||||||
package com.uottawa.olympus.olympusservices;
|
|
||||||
|
|
||||||
import android.support.test.annotation.UiThreadTest;
|
|
||||||
import android.support.test.rule.ActivityTestRule;
|
|
||||||
import android.widget.TextView;
|
|
||||||
|
|
||||||
import org.junit.Before;
|
|
||||||
import org.junit.Rule;
|
|
||||||
import org.junit.Test;
|
|
||||||
|
|
||||||
public class ServiceProviderTest {
|
|
||||||
/*@Rule
|
|
||||||
public ActivityTestRule<ServiceProvider> mActivityTestRule2 = new ActivityTestRule<ServiceProvider>(ServiceProvider.class);
|
|
||||||
private ServiceProvider mActivity2 = null;
|
|
||||||
private TextView text;
|
|
||||||
|
|
||||||
@Before
|
|
||||||
public void setUp() throws Exception{
|
|
||||||
mActivity2=mActivityTestRule2.getActivity();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
|
||||||
@UiThreadTest
|
|
||||||
public void checkServices() throws Exception{
|
|
||||||
|
|
||||||
}*/
|
|
||||||
}
|
|
|
@ -1,4 +0,0 @@
|
||||||
package com.uottawa.olympus.olympusservices;
|
|
||||||
|
|
||||||
public class ServiceTest {
|
|
||||||
}
|
|
|
@ -1,4 +0,0 @@
|
||||||
package com.uottawa.olympus.olympusservices;
|
|
||||||
|
|
||||||
public class ServiceTest2 {
|
|
||||||
}
|
|
Loading…
Reference in a new issue