|
|
|
|
@ -106,97 +106,6 @@
@@ -106,97 +106,6 @@
|
|
|
|
|
*** xref:core/appendix/xsd-schemas.adoc[] |
|
|
|
|
*** xref:core/appendix/xml-custom.adoc[] |
|
|
|
|
*** xref:core/appendix/application-startup-steps.adoc[] |
|
|
|
|
* xref:testing.adoc[] |
|
|
|
|
** xref:testing/introduction.adoc[] |
|
|
|
|
** xref:testing/unit.adoc[] |
|
|
|
|
** xref:testing/integration.adoc[] |
|
|
|
|
** xref:testing/support-jdbc.adoc[] |
|
|
|
|
** xref:testing/testcontext-framework.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/key-abstractions.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/bootstrapping.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/tel-config.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/application-events.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/test-execution-events.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/ctx-management.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/xml.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/groovy.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/javaconfig.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/mixed-config.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/context-customizers.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/initializers.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/inheritance.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/env-profiles.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/property-sources.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/dynamic-property-sources.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/web.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/web-mocks.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/caching.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/failure-threshold.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/hierarchies.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/fixture-di.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/bean-overriding.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/web-scoped-beans.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/tx.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/executing-sql.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/parallel-test-execution.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/support-classes.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/aot.adoc[] |
|
|
|
|
** xref:testing/webtestclient.adoc[] |
|
|
|
|
** xref:testing/mockmvc.adoc[] |
|
|
|
|
*** xref:testing/mockmvc/overview.adoc[] |
|
|
|
|
*** xref:testing/mockmvc/setup-options.adoc[] |
|
|
|
|
*** xref:testing/mockmvc/hamcrest.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/hamcrest/static-imports.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/hamcrest/setup.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/hamcrest/setup-steps.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/hamcrest/requests.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/hamcrest/expectations.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/hamcrest/async-requests.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/hamcrest/vs-streaming-response.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/hamcrest/filters.adoc[] |
|
|
|
|
*** xref:testing/mockmvc/assertj.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/assertj/setup.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/assertj/requests.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/assertj/assertions.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/assertj/integration.adoc[] |
|
|
|
|
*** xref:testing/mockmvc/htmlunit.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/htmlunit/why.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/htmlunit/mah.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/htmlunit/webdriver.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/htmlunit/geb.adoc[] |
|
|
|
|
*** xref:testing/mockmvc/vs-end-to-end-integration-tests.adoc[] |
|
|
|
|
*** xref:testing/mockmvc/resources.adoc[] |
|
|
|
|
** xref:testing/spring-mvc-test-client.adoc[] |
|
|
|
|
** xref:testing/appendix.adoc[] |
|
|
|
|
*** xref:testing/annotations.adoc[] |
|
|
|
|
**** xref:testing/annotations/integration-standard.adoc[] |
|
|
|
|
**** xref:testing/annotations/integration-spring.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-bootstrapwith.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-contextconfiguration.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-webappconfiguration.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-contexthierarchy.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-contextcustomizerfactories.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-activeprofiles.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-testpropertysource.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-dynamicpropertysource.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-testbean.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-mockitobean.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-dirtiescontext.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-testexecutionlisteners.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-recordapplicationevents.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-commit.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-rollback.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-beforetransaction.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-aftertransaction.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-sql.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-sqlconfig.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-sqlmergemode.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-sqlgroup.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-disabledinaotmode.adoc[] |
|
|
|
|
**** xref:testing/annotations/integration-junit4.adoc[] |
|
|
|
|
**** xref:testing/annotations/integration-junit-jupiter.adoc[] |
|
|
|
|
**** xref:testing/annotations/integration-meta.adoc[] |
|
|
|
|
*** xref:testing/resources.adoc[] |
|
|
|
|
* xref:data-access.adoc[] |
|
|
|
|
** xref:data-access/transaction.adoc[] |
|
|
|
|
*** xref:data-access/transaction/motivation.adoc[] |
|
|
|
|
@ -403,6 +312,97 @@
@@ -403,6 +312,97 @@
|
|
|
|
|
** xref:web/webflux-test.adoc[] |
|
|
|
|
** xref:rsocket.adoc[] |
|
|
|
|
** xref:web/webflux-reactive-libraries.adoc[] |
|
|
|
|
* xref:testing.adoc[] |
|
|
|
|
** xref:testing/introduction.adoc[] |
|
|
|
|
** xref:testing/unit.adoc[] |
|
|
|
|
** xref:testing/integration.adoc[] |
|
|
|
|
** xref:testing/support-jdbc.adoc[] |
|
|
|
|
** xref:testing/testcontext-framework.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/key-abstractions.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/bootstrapping.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/tel-config.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/application-events.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/test-execution-events.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/ctx-management.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/xml.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/groovy.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/javaconfig.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/mixed-config.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/context-customizers.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/initializers.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/inheritance.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/env-profiles.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/property-sources.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/dynamic-property-sources.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/web.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/web-mocks.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/caching.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/failure-threshold.adoc[] |
|
|
|
|
**** xref:testing/testcontext-framework/ctx-management/hierarchies.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/fixture-di.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/bean-overriding.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/web-scoped-beans.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/tx.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/executing-sql.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/parallel-test-execution.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/support-classes.adoc[] |
|
|
|
|
*** xref:testing/testcontext-framework/aot.adoc[] |
|
|
|
|
** xref:testing/webtestclient.adoc[] |
|
|
|
|
** xref:testing/mockmvc.adoc[] |
|
|
|
|
*** xref:testing/mockmvc/overview.adoc[] |
|
|
|
|
*** xref:testing/mockmvc/setup-options.adoc[] |
|
|
|
|
*** xref:testing/mockmvc/hamcrest.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/hamcrest/static-imports.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/hamcrest/setup.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/hamcrest/setup-steps.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/hamcrest/requests.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/hamcrest/expectations.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/hamcrest/async-requests.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/hamcrest/vs-streaming-response.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/hamcrest/filters.adoc[] |
|
|
|
|
*** xref:testing/mockmvc/assertj.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/assertj/setup.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/assertj/requests.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/assertj/assertions.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/assertj/integration.adoc[] |
|
|
|
|
*** xref:testing/mockmvc/htmlunit.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/htmlunit/why.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/htmlunit/mah.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/htmlunit/webdriver.adoc[] |
|
|
|
|
**** xref:testing/mockmvc/htmlunit/geb.adoc[] |
|
|
|
|
*** xref:testing/mockmvc/vs-end-to-end-integration-tests.adoc[] |
|
|
|
|
*** xref:testing/mockmvc/resources.adoc[] |
|
|
|
|
** xref:testing/spring-mvc-test-client.adoc[] |
|
|
|
|
** xref:testing/appendix.adoc[] |
|
|
|
|
*** xref:testing/annotations.adoc[] |
|
|
|
|
**** xref:testing/annotations/integration-standard.adoc[] |
|
|
|
|
**** xref:testing/annotations/integration-spring.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-bootstrapwith.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-contextconfiguration.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-webappconfiguration.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-contexthierarchy.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-contextcustomizerfactories.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-activeprofiles.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-testpropertysource.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-dynamicpropertysource.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-testbean.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-mockitobean.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-dirtiescontext.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-testexecutionlisteners.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-recordapplicationevents.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-commit.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-rollback.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-beforetransaction.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-aftertransaction.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-sql.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-sqlconfig.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-sqlmergemode.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-sqlgroup.adoc[] |
|
|
|
|
***** xref:testing/annotations/integration-spring/annotation-disabledinaotmode.adoc[] |
|
|
|
|
**** xref:testing/annotations/integration-junit4.adoc[] |
|
|
|
|
**** xref:testing/annotations/integration-junit-jupiter.adoc[] |
|
|
|
|
**** xref:testing/annotations/integration-meta.adoc[] |
|
|
|
|
*** xref:testing/resources.adoc[] |
|
|
|
|
* xref:integration.adoc[] |
|
|
|
|
** xref:integration/rest-clients.adoc[] |
|
|
|
|
** xref:integration/jms.adoc[] |
|
|
|
|
|