|
|
@@ -1,25 +0,0 @@
|
|
|
-package kr.co.zumo.app.lifeplus.view.fragment;
|
|
|
-
|
|
|
-import android.support.v4.app.Fragment;
|
|
|
-
|
|
|
-import org.junit.Test;
|
|
|
-import org.junit.runner.RunWith;
|
|
|
-import org.robolectric.RobolectricTestRunner;
|
|
|
-import org.robolectric.shadows.support.v4.SupportFragmentTestUtil;
|
|
|
-
|
|
|
-import static org.junit.Assert.assertNotNull;
|
|
|
-
|
|
|
-@RunWith(RobolectricTestRunner.class)
|
|
|
-public class RecyclerViewFragmentTest {
|
|
|
-
|
|
|
- @Test
|
|
|
- public void defineViewModel() {
|
|
|
- Fragment fragment = new RecyclerViewFragment();
|
|
|
- SupportFragmentTestUtil.startFragment(fragment);
|
|
|
- assertNotNull(fragment);
|
|
|
- }
|
|
|
-
|
|
|
- @Test
|
|
|
- public void setList() {
|
|
|
- }
|
|
|
-}
|