|
@@ -1,30 +0,0 @@
|
1
|
|
-package com.huiju.estateagents;
|
2
|
|
-
|
3
|
|
-import com.huiju.estateagents.entity.TdCity;
|
4
|
|
-import com.huiju.estateagents.service.ITdCityService;
|
5
|
|
-import org.junit.Assert;
|
6
|
|
-import org.junit.Test;
|
7
|
|
-import org.junit.runner.RunWith;
|
8
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
9
|
|
-import org.springframework.boot.test.context.SpringBootTest;
|
10
|
|
-import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
|
11
|
|
-import org.springframework.transaction.annotation.Transactional;
|
12
|
|
-
|
13
|
|
-
|
14
|
|
-@RunWith(SpringJUnit4ClassRunner.class)
|
15
|
|
-@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
16
|
|
-@Transactional
|
17
|
|
-public class TdCityServiceImplTest {
|
18
|
|
-
|
19
|
|
-
|
20
|
|
-
|
21
|
|
-
|
22
|
|
- @Test
|
23
|
|
- public void getLocationCity() {
|
24
|
|
-
|
25
|
|
-
|
26
|
|
-
|
27
|
|
-
|
28
|
|
-
|
29
|
|
- }
|
30
|
|
-}
|