|
@@ -39,16 +39,16 @@ public class CRUDApplicationTests {
|
39
|
39
|
Assert.assertEquals(expected, actual);
|
40
|
40
|
}
|
41
|
41
|
|
42
|
|
- @Test
|
43
|
|
- public void PersonControllerGetTest(){
|
44
|
|
- // given
|
45
|
|
- //SetUp
|
46
|
|
- // when
|
47
|
|
- //String expected = "Satinover";
|
|
42
|
+// @Test
|
|
43
|
+// public void PersonControllerGetTest(){
|
|
44
|
+// given
|
|
45
|
+//
|
|
46
|
+// when
|
|
47
|
+// String expected = "Satinover";
|
48
|
48
|
// Person actual = personController.getPerson(1);
|
49
|
|
-
|
50
|
|
- // then
|
51
|
|
- //Assert.assertEquals(expected, actual);
|
52
|
|
- }
|
|
49
|
+//
|
|
50
|
+// then
|
|
51
|
+// Assert.assertEquals(expected, actual);
|
|
52
|
+// }
|
53
|
53
|
|
54
|
54
|
}
|