-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Add Kotlin example showing integration with WebTestClient #9998
Copy link
Copy link
Closed
Labels
in: docsAn issue in Documentation or samplesAn issue in Documentation or samplesstatus: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchesstatus: ideal-for-contributionAn issue that we actively are looking for someone to help us withAn issue that we actively are looking for someone to help us withtype: enhancementA general enhancementA general enhancement
Milestone
Metadata
Metadata
Assignees
Labels
in: docsAn issue in Documentation or samplesAn issue in Documentation or samplesstatus: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchesstatus: ideal-for-contributionAn issue that we actively are looking for someone to help us withAn issue that we actively are looking for someone to help us withtype: enhancementA general enhancementA general enhancement
Type
Fields
Give feedbackNo fields configured for issues without a type.
In Java code a WebTestClient can be configured as follows
In Kotlin, it is not currently possible to use the
applymethod.See spring-projects/spring-framework#20606 for more details and a workaround.
Once this issue is fixed, we should update the reference documentation to show the equivalent example in Kotlin.