gs-testing-web icon indicating copy to clipboard operation
gs-testing-web copied to clipboard

Testing the Web Layer :: Learn how to test Spring Boot applications and MVC controllers.

Results 4 gs-testing-web issues
Sort by recently updated
recently updated
newest added

Related issue: [#31](https://github.com/spring-guides/gs-testing-web/issues/31) I created this starting PR to get some feedback, if this is enough or need some deeper explanation of the annotation/exceptions, Thanks in advance!

Add explanation to https://spring.io/guides/gs/testing-web/ about the causes of `HttpMediaTypeNotAcceptableException` or `HttpMessageNotWritableException` when using `@SpringBootTest` with `@AutoConfigureMockMvc`, and what to do about it (probably just adding `@AutoConfigureWebMvc`). This was suggested in...

help wanted
good first issue

While the old website is still maintained for the AssertJ modules (that have not yet been migrated), the new one has the important functions referenced in the tutorial

There is a code snippet, resembling AsciiDoc syntax, that is confusing me as I follow the guide "[Testing the Web Layer](https://spring.io/guides/gs/testing-web/)". The actual spring code snippet does not seem to...