Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
122 views

I'm currently writing tests using RestAssuredMockMvc together with Spring REST Docs. Setup In my global spec setup, I configure the headers like this: package com.animore.config import com.fasterxml....
오태현's user avatar
0 votes
0 answers
77 views

Spring Rest Docs 3.x removed the preprocessor to modify request parameters. In the release notes, it is unclear how to do it now. I would love to see an example of how it can be done now. Anybody has ...
Wim Deblauwe's user avatar
  • 27.3k
1 vote
1 answer
106 views

Is there a way to produce RestDocs with the new (since Boot 3.4) MockMvcTester API? (Not using plain MockMvc?) I did not find any API on the new fluent style MockMvcTester. assertThat( ...
Eiswind's user avatar
  • 151
0 votes
1 answer
180 views

I'm trying to document the API using Spring RESTDocs on Spring 3.3.2. However, the following error appears. Query parameters with the following names were not found in the request: [password, driverId,...
Soo-Bin Kong's user avatar
1 vote
0 answers
139 views

I’m currently working on a Spring Boot project and I’m using the com.epages.restdocs-api-spec library version “0.18.2” to generate API documentation. However, I am having trouble documenting endpoints ...
김도연's user avatar
1 vote
1 answer
42 views

test { useJUnitPlatform() outputs.dir snippetsDir } asciidoctor { configurations "asciidoctorExtensions" inputs.dir snippetsDir dependsOn test doLast { copy{ from ("${asciidoctor....
Test Email's user avatar
1 vote
1 answer
73 views

I am using spring docs 2.0.5 release version I am using gradle 8.6, and i refer to this example to configure asciidoctor -i refered below link https://github.com/spring-projects/spring-...
Test Email's user avatar
0 votes
1 answer
42 views

spring boot 2.7.6 having issue while creating war using asciidoctor.jvm.convert 2.4.0 and spring docs 2.0.5 test { useJUnitPlatform() outputs.dir snippetsDir } asciidoctor { configurations "...
Test Email's user avatar
0 votes
1 answer
250 views

I'm trying to write Spock test cases for my Spring Boot application (version: 2.7.5), and I want to generate AsciiDoc documentation using Spring REST Docs. Can someone provide a sample working code ...
vamsi's user avatar
  • 25
0 votes
0 answers
523 views

import static org.springframework.restdocs.request.RequestDocumentation.requestParameters; User java: cannot find symbol symbol: static requestParameters location: class org.springframework....
daoony's user avatar
  • 11
0 votes
0 answers
121 views

I'm currently working with Spring Boot and JPA, and I'm using the @Builder pattern for my entity classes. For my primary key field id, I'm using @Id and @GeneratedValue(strategy = GenerationType....
MINU's user avatar
  • 1
0 votes
1 answer
70 views

I am using Spring RestDocs to validate my REST APIs. One API is returning an array of generated values based on some input. I want to verify that the generated values in the response are correct. A ...
Arc-E-Tect's user avatar
1 vote
1 answer
146 views

Would you believe googling this returned a whopping two results! I'm trying to use Spring REST Docs (spring-restdocs-mockmvc) to generate API documentation for my service. Running on a macbook pro ...
mal's user avatar
  • 3,302
0 votes
0 answers
38 views

I want to run this project locally: https://github.com/spring-projects/spring-restdocs I cloned the project locally and I run ./gradlew asciidoctor successfully. But now how I can run the project ...
Peter Penzov's user avatar
0 votes
0 answers
559 views

I tried to write a test code using 'rest docs' in Spring Boot with kotlin. I am having an issue with injecting MockMvc to my test class. No qualifying bean of type Shouldn't @AutoConfigureMockMvc, @...
rwabe213's user avatar

15 30 50 per page
1
2 3 4 5
19