|
|
|
@ -1,8 +1,11 @@ |
|
|
|
package com.example.urbanbazaar; |
|
|
|
|
|
|
|
import org.junit.jupiter.api.Test; |
|
|
|
import org.junit.runner.RunWith; |
|
|
|
import org.springframework.boot.test.context.SpringBootTest; |
|
|
|
import org.springframework.test.context.junit4.SpringRunner; |
|
|
|
|
|
|
|
@RunWith(SpringRunner.class) |
|
|
|
@SpringBootTest |
|
|
|
class UbUserServiceProxyApplicationTests { |
|
|
|
|
|
|
|
|