-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SimplifyWebTestClientCalls does not work on Kotlin code (#663)
* copy SimplifyWebTestClientCallsTest to SimplifyWebTestClientCallsKotlinTest to reproduce the issue with SimplifyWebTestClientCalls on Kotlin code * support both int and long status codes as Kotlin uses long instead of int * Use a nested class for the Kotlin tests & minimize diff * Simplify after upstream fix in rewrite-kotlin * Match any argument, as kotlin.Int fails to match (int) --------- Co-authored-by: Tim te Beek <[email protected]>
- Loading branch information
1 parent
e614bc6
commit 4192cfb
Showing
3 changed files
with
83 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters