Merge branch 'master' into BAEL-9018
This commit is contained in:
@@ -18,9 +18,9 @@ import org.junit.Test;
|
||||
import com.stackify.models.User;
|
||||
import com.stackify.services.MyService;
|
||||
|
||||
public class MyServiceTest {
|
||||
public class MyServiceUnitTest {
|
||||
|
||||
private static final Logger logger = LogManager.getLogger(MyServiceTest.class);
|
||||
private static final Logger logger = LogManager.getLogger(MyServiceUnitTest.class);
|
||||
|
||||
@Test
|
||||
public void testService() {
|
||||
@@ -9,7 +9,7 @@ import com.stackify.models.Employee;
|
||||
|
||||
import ch.qos.logback.classic.Level;
|
||||
|
||||
public class EmployeeServiceTest {
|
||||
public class EmployeeServiceUnitTest {
|
||||
private static final Logger logger = LoggerFactory.getLogger(Logger.ROOT_LOGGER_NAME);
|
||||
|
||||
private EmployeeService employeeService = new EmployeeService();
|
||||
@@ -6,7 +6,7 @@ import io.restassured.RestAssured;
|
||||
import static io.restassured.RestAssured.*;
|
||||
import static org.hamcrest.CoreMatchers.*;
|
||||
|
||||
public class UserServiceTest {
|
||||
public class UserServiceLiveTest {
|
||||
@Test
|
||||
public void whenAddUser_thenGetUserOk() {
|
||||
RestAssured.baseURI = "http://localhost:8080/rest-server";
|
||||
Reference in New Issue
Block a user