spring-testing icon indicating copy to clipboard operation
spring-testing copied to clipboard

A Spring Boot application with lots of test examples

Results 4 spring-testing issues
Sort by recently updated
recently updated
newest added

Would be nice to have demo of how to integration test controllers when authentication is in play.

I'm pretty agnostic, plus I don't mind there being a diversion in the discussion for people to let off steam, but I'm wondering if Spring is necessary, in the big...

help wanted

To make sure you don't run into any trouble (e.g. a corrupt state) it's always a good idea to remove any existing data *before* integration tests and e2e tests are...

enhancement

Receiving exception after running, "./gradlew bootRun" and having PostgreSQL DB up and running. Following README install and run instructions. Exception in thread "main" java.net.SocketException: Broken pipe at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:420) at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:440)...