corrected method name for test.
This commit is contained in:
parent
ea758837cc
commit
8123ba6442
@ -30,7 +30,7 @@ public class EmployeeServletTest {
|
|||||||
Employee employee;
|
Employee employee;
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void whenPostRequestToEmployeeServlet_thenCorrect() throws Exception {
|
public void whenPostRequestToEmployeeServlet_thenEmployeeReturnedAsJson() throws Exception {
|
||||||
|
|
||||||
//Given
|
//Given
|
||||||
int id = 1;
|
int id = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user