|
@@ -1,24 +0,0 @@
|
|
|
-import com.uas.cloud.mall.shop.news.data.NewsRepository;
|
|
|
-import org.junit.Test;
|
|
|
-import org.junit.runner.RunWith;
|
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
-import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
|
|
|
-
|
|
|
-
|
|
|
- * Created by wangdy on 2017/6/20.
|
|
|
- */
|
|
|
-@RunWith(SpringJUnit4ClassRunner.class)
|
|
|
-@SpringBootApplication
|
|
|
-public class TestNews {
|
|
|
-
|
|
|
- @Autowired
|
|
|
- private NewsRepository newsRepository;
|
|
|
-
|
|
|
- @Test
|
|
|
- public void test(){
|
|
|
-
|
|
|
- System.out.println("a");
|
|
|
- }
|
|
|
-
|
|
|
-}
|