You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's openapi3.yaml based on the above, and the problem I'm facing is that the first factor of the document() method of the class com.epages.restdocs.apispec.MockMvcRestDocumentationWrapper comes from the combination of the identifier variable of the type String class in operationId.
I wrote the test through the MockMvc and Mockito libraries.
The test code and the created openapi3.yaml.
It's openapi3.yaml based on the above, and the problem I'm facing is that the first factor of the document() method of the class
com.epages.restdocs.apispec.MockMvcRestDocumentationWrapper
comes from the combination of the identifier variable of the typeString class
in operationId.I wrote the test through the MockMvc and Mockito libraries.
The text was updated successfully, but these errors were encountered: