JsonContentNegotiationTest

abstract class JsonContentNegotiationTest(converter: ContentConverter)

Types

Link copied to clipboard
data class Wrapper(value: String)

Functions

Link copied to clipboard
fun startServer(testApplicationEngine: Application)
Link copied to clipboard
open fun testBadlyFormattedJson()
Link copied to clipboard
open fun testClearValidJson()
Link copied to clipboard
open fun testJsonWithNullValue()
Link copied to clipboard
open fun testReceiveJsonStringClient()
Link copied to clipboard
open fun testReceiveJsonStringServer()
Link copied to clipboard
open fun testSendJsonStringClient()
Link copied to clipboard
open fun testSendJsonStringServer()
Link copied to clipboard
open fun testValidJsonWithExtraFields()