ktor
2.2.4
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
)
Types
Constructors
Functions
Constructors
Json
Content
Negotiation
Test
Link copied to clipboard
fun
JsonContentNegotiationTest
(
converter
:
ContentConverter
)
Types
Wrapper
Link copied to clipboard
@
Serializable
data
class
Wrapper
(
val
value
:
String
)
Functions
start
Server
Link copied to clipboard
fun
startServer
(
testApplicationEngine
:
Application
)
test
Badly
Formatted
Json
Link copied to clipboard
open
fun
testBadlyFormattedJson
(
)
test
Clear
Valid
Json
Link copied to clipboard
open
fun
testClearValidJson
(
)
test
Json
Null
Client
Link copied to clipboard
open
fun
testJsonNullClient
(
)
test
Json
Null
Server
Link copied to clipboard
open
fun
testJsonNullServer
(
)
test
Json
With
Null
Value
Link copied to clipboard
open
fun
testJsonWithNullValue
(
)
test
No
Charset
Is
Added
Link copied to clipboard
fun
testNoCharsetIsAdded
(
)
test
Receive
Json
String
Client
Link copied to clipboard
open
fun
testReceiveJsonStringClient
(
)
test
Receive
Json
String
Server
Link copied to clipboard
open
fun
testReceiveJsonStringServer
(
)
test
Send
Json
String
Client
Link copied to clipboard
open
fun
testSendJsonStringClient
(
)
test
Send
Json
String
Server
Link copied to clipboard
open
fun
testSendJsonStringServer
(
)
test
Valid
Json
With
Extra
Fields
Link copied to clipboard
open
fun
testValidJsonWithExtraFields
(
)