Package restapi
Class ContactEndpointTest
java.lang.Object
restapi.ContactEndpointTest
@SpringBootTest
@AutoConfigureMockMvc
@TestMethodOrder(org.junit.jupiter.api.MethodOrderer.Alphanumeric.class)
public class ContactEndpointTest
extends Object
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate FirebaseService
private static long
private static long
private static long
private org.springframework.test.web.servlet.MockMvc
private com.fasterxml.jackson.databind.ObjectMapper
private static final String
private static String
private static String
private static String
private static final String
private static final String
private static final String
private static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mockMvc
@Autowired private org.springframework.test.web.servlet.MockMvc mockMvc -
objectMapper
@Autowired private com.fasterxml.jackson.databind.ObjectMapper objectMapper -
firebaseService
-
username1
- See Also:
-
username2
- See Also:
-
username3
- See Also:
-
username4
- See Also:
-
password
- See Also:
-
token1
-
token2
-
token3
-
id1
private static long id1 -
id2
private static long id2 -
id3
private static long id3
-
-
Constructor Details
-
ContactEndpointTest
public ContactEndpointTest()
-
-
Method Details