Compare commits
No commits in common. 'master' and 'change_data_scheme' have entirely different histories.
master
...
change_dat
@ -1,25 +0,0 @@ |
|||||||
package me.bearns.fias; |
|
||||||
|
|
||||||
import me.bearns.fias.exceptions.CommonException; |
|
||||||
import me.bearns.fias.service.Updater; |
|
||||||
import org.junit.Test; |
|
||||||
import org.junit.runner.RunWith; |
|
||||||
import org.springframework.beans.factory.annotation.Autowired; |
|
||||||
import org.springframework.boot.test.context.SpringBootTest; |
|
||||||
import org.springframework.test.context.ActiveProfiles; |
|
||||||
import org.springframework.test.context.junit4.SpringRunner; |
|
||||||
|
|
||||||
@ActiveProfiles("test") |
|
||||||
@RunWith(SpringRunner.class) |
|
||||||
@SpringBootTest |
|
||||||
public class UpdaterTest { |
|
||||||
|
|
||||||
@Autowired |
|
||||||
Updater service; |
|
||||||
|
|
||||||
@Test |
|
||||||
public void integrationTest() throws CommonException { |
|
||||||
|
|
||||||
service.reload(22L); |
|
||||||
} |
|
||||||
} |
|
Loading…
Reference in new issue