Spring - Testing

springmvc

https://stackoverflow.com/questions/30536710/integration-tests-with-spring-security
https://docs.spring.io/spring-security/site/docs/current/reference/html/test-method.html
https://github.com/FutureProcessing/spring-boot-security-example/blob/master/src/test/java/com/futureprocessing/integration/SecurityTest.java
https://blog.codecentric.de/en/2017/02/integration-testing-strategies-spring-boot-microservices/
https://gigsterous.github.io/engineering/2017/05/18/wiremock-testing-security.html
http://www.springboottutorial.com/integration-testing-for-spring-boot-rest-services
https://spring.io/guides/gs/testing-web/

https://jaxenter.com/testing-spring-cleaning-114342.html - printed
https://jaxenter.com/spring-configuration-modularization-integration-testing-114841.html - printed
https://dzone.com/articles/how-mock-spring-bean-without - printed
https://lkrnac.net/blog/2015/12/mock-spring-bean-v2/ - printed
https://solidsoft.wordpress.com/tag/springockito/ - printed
https://github.com/springockito/springockito - printed
https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/html/testing.html
https://docs.spring.io/spring/docs/current/spring-framework-reference/html/integration-testing.html
https://www.petrikainulainen.net/spring-mvc-test-tutorial/
http://www.baeldung.com/integration-testing-in-spring
http://www.baeldung.com/spring-boot-testing
https://www.mkyong.com/unittest/junit-spring-integration-example/
https://www.infoq.com/articles/testing-in-spring
https://www.slideshare.net/SpringCentral/testing-with-spring-framework-4x
https://springframework.guru/integration-testing-with-spring-and-junit/
https://www.youtube.com/watch?v=LYVJ69h76nw

https://www.petrikainulainen.net/programming/spring-framework/integration-testing-of-spring-mvc-applications-security/
https://springframework.guru/unit-testing-spring-mvc-spring-boot-1-4-part-1/
https://dzone.com/articles/testing-spring-mvc-with-spring-boot-14-part-1
https://github.com/spring-projects/spring-boot/issues/8646
https://dzone.com/articles/unit-and-integration-tests-in-spring-boot
https://blog.jayway.com/2014/07/04/integration-testing-a-spring-boot-application/

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License