|
|
@@ -1,4 +1,4 @@
|
|
|
-package kr.co.zumo.app.lifeplus.view.fragment;
|
|
|
+package kr.co.zumo.app.lifeplus.view.fragment.signup;
|
|
|
|
|
|
import android.support.v4.app.Fragment;
|
|
|
|
|
|
@@ -6,13 +6,15 @@ import org.junit.Before;
|
|
|
import org.junit.Test;
|
|
|
import org.junit.runner.RunWith;
|
|
|
import org.robolectric.RobolectricTestRunner;
|
|
|
+import org.robolectric.annotation.Config;
|
|
|
import org.robolectric.shadows.support.v4.SupportFragmentTestUtil;
|
|
|
|
|
|
-import kr.co.zumo.app.lifeplus.view.fragment.signup.SignUpFragment;
|
|
|
+import kr.co.zumo.app.BuildConfig;
|
|
|
|
|
|
import static junit.framework.Assert.assertNotNull;
|
|
|
|
|
|
@RunWith(RobolectricTestRunner.class)
|
|
|
+@Config(constants = BuildConfig.class)
|
|
|
public class SignUpFragmentTest {
|
|
|
|
|
|
@Before
|
|
|
@@ -24,5 +26,7 @@ public class SignUpFragmentTest {
|
|
|
Fragment fragment = new SignUpFragment();
|
|
|
SupportFragmentTestUtil.startFragment(fragment);
|
|
|
assertNotNull(fragment);
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
}
|