|
|
|
|
|
|
|
|
package com.xdf.creative; |
|
|
package com.xdf.creative; |
|
|
|
|
|
import junit.framework.TestCase; |
|
|
import org.junit.Test; |
|
|
import org.junit.Test; |
|
|
|
|
|
import org.junit.runner.RunWith; |
|
|
import org.springframework.boot.test.context.SpringBootTest; |
|
|
import org.springframework.boot.test.context.SpringBootTest; |
|
|
|
|
|
import org.springframework.test.context.junit4.SpringRunner; |
|
|
|
|
|
|
|
|
|
|
|
@RunWith(SpringRunner.class) |
|
|
@SpringBootTest |
|
|
@SpringBootTest |
|
|
class CreativeApplicationTests { |
|
|
|
|
|
|
|
|
public class CreativeApplicationTests |
|
|
|
|
|
extends TestCase { |
|
|
|
|
|
|
|
|
@Test |
|
|
@Test |
|
|
void contextLoads() { |
|
|
void contextLoads() { |