ktor
2.0.3
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
ktor-client-content-negotiation-tests
/
io.ktor.client.plugins.contentnegotiation.tests
/
JsonContentNegotiationTest
Json
Content
Negotiation
Test
abstract
class
JsonContentNegotiationTest
(
converter
:
ContentConverter
)
Content copied to clipboard
Types
Functions
Types
Wrapper
Link copied to clipboard
data
class
Wrapper
(
value
:
String
)
Content copied to clipboard
Functions
start
Server
Link copied to clipboard
fun
startServer
(
testApplicationEngine
:
Application
)
Content copied to clipboard
test
Badly
Formatted
Json
Link copied to clipboard
open
fun
testBadlyFormattedJson
(
)
Content copied to clipboard
test
Clear
Valid
Json
Link copied to clipboard
open
fun
testClearValidJson
(
)
Content copied to clipboard
test
Json
With
Null
Value
Link copied to clipboard
open
fun
testJsonWithNullValue
(
)
Content copied to clipboard
test
Receive
Json
String
Client
Link copied to clipboard
open
fun
testReceiveJsonStringClient
(
)
Content copied to clipboard
test
Receive
Json
String
Server
Link copied to clipboard
open
fun
testReceiveJsonStringServer
(
)
Content copied to clipboard
test
Send
Json
String
Client
Link copied to clipboard
open
fun
testSendJsonStringClient
(
)
Content copied to clipboard
test
Send
Json
String
Server
Link copied to clipboard
open
fun
testSendJsonStringServer
(
)
Content copied to clipboard
test
Valid
Json
With
Extra
Fields
Link copied to clipboard
open
fun
testValidJsonWithExtraFields
(
)
Content copied to clipboard