Commit fa66f9b
committed
♻️ Refactor: Migrated the test logic out to Abstract class
By migrating the test logic out into an Abstract class, that class can
be directly copied from one project to another.
This will allow me to create/debug tests in one project (say the Jersey
project) and then copy that test class directly to the Spring Boot
autoconfiguration project.
Ideally, the class could be shared in a neutral place, but copying is
good enough for now.1 parent 325e7da commit fa66f9b
4 files changed
Lines changed: 1240 additions & 1170 deletions
File tree
- rest-services/jersey-client/src/test/java/com/_4point/aem/docservices/rest_services/client/jersey
- spring/fluentforms-spring-boot-autoconfigure/src/test/java/com/_4point/aem/fluentforms/spring/rest_services/client
0 commit comments