A
C
D
E
F
G
H
I
J
M
P
Q
R
S
T
U
_
P
- postForJSON(MockMvc,URI,Function1) - function in io.kjson.spring.test.JSONMockMvcKt
- Make a POST call to a MockMvc with the nominated URI, setting the
Acceptheader toapplication/jsonto indicate that the expected response is JSON. - postForJSON(MockMvc,String,Object,Function1) - function in io.kjson.spring.test.JSONMockMvcKt
- Make a POST call to a MockMvc with the nominated URL (created from a URL template string and an optional set of variables), setting the
Acceptheader toapplication/jsonto indicate that the expected response is JSON.