ktor-client-json-tests
Module Contents
alltypes
Module Contents
abstract
class
JsonTest
:
TestWithKtor
Module Contents
JsonTest
(
)
data
class
Response
<
T
>
Module Contents
Response
(
ok
:
Boolean
,
result
:
T
?
)
val
ok
:
Boolean
val
result
:
T
?
data
class
User
Module Contents
User
(
name
:
String
,
age
:
Int
)
val
age
:
Int
val
name
:
String
data
class
Widget
Module Contents
Widget
(
name
:
String
,
value
:
Int
,
tags
:
List
<
String
>
=
emptyList()
)
val
name
:
String
val
tags
:
List
<
String
>
val
value
:
Int
protected
fun
TestClientBuilder
<
*
>
.
configClient
(
)
:
Unit
protected
open
fun
createRoutes
(
routing
:
Routing
)
:
Unit
protected
abstract
val
serializerImpl
:
JsonSerializer
?
open
val
server
:
ApplicationEngine
fun
testCustomContentTypes
(
)
:
<ERROR CLASS>
fun
testCustomContentTypesMultiple
(
)
:
<ERROR CLASS>
fun
testCustomContentTypesWildcard
(
)
:
<ERROR CLASS>
fun
testEmptyBody
(
)
:
<ERROR CLASS>
fun
testSerializeNested
(
)
:
<ERROR CLASS>
fun
testSerializeSimple
(
)
:
<ERROR CLASS>
package
io.ktor.client.features.json.tests
Module Contents
abstract
class
JsonTest
:
TestWithKtor
Module Contents
JsonTest
(
)
data
class
Response
<
T
>
Module Contents
Response
(
ok
:
Boolean
,
result
:
T
?
)
val
ok
:
Boolean
val
result
:
T
?
data
class
User
Module Contents
User
(
name
:
String
,
age
:
Int
)
val
age
:
Int
val
name
:
String
data
class
Widget
Module Contents
Widget
(
name
:
String
,
value
:
Int
,
tags
:
List
<
String
>
=
emptyList()
)
val
name
:
String
val
tags
:
List
<
String
>
val
value
:
Int
protected
fun
TestClientBuilder
<
*
>
.
configClient
(
)
:
Unit
protected
open
fun
createRoutes
(
routing
:
Routing
)
:
Unit
protected
abstract
val
serializerImpl
:
JsonSerializer
?
open
val
server
:
ApplicationEngine
fun
testCustomContentTypes
(
)
:
<ERROR CLASS>
fun
testCustomContentTypesMultiple
(
)
:
<ERROR CLASS>
fun
testCustomContentTypesWildcard
(
)
:
<ERROR CLASS>
fun
testEmptyBody
(
)
:
<ERROR CLASS>
fun
testSerializeNested
(
)
:
<ERROR CLASS>
fun
testSerializeSimple
(
)
:
<ERROR CLASS>