made some fix

This commit is contained in:
Batuhan Berk Başoğlu 2018-11-02 00:19:46 -04:00
parent 3f8d9e9853
commit 36b09aa724
3 changed files with 0 additions and 35 deletions

View file

@ -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{
}*/
}

View file

@ -1,4 +0,0 @@
package com.uottawa.olympus.olympusservices;
public class ServiceTest {
}

View file

@ -1,4 +0,0 @@
package com.uottawa.olympus.olympusservices;
public class ServiceTest2 {
}