JsonContentNegotiationTest

abstract class JsonContentNegotiationTest(val converter: ContentConverter)

Constructors

Link copied to clipboard
constructor(converter: ContentConverter)

Types

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

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun startServer(testApplicationEngine: Application)
Link copied to clipboard
@Test
open fun testBadlyFormattedJson()
Link copied to clipboard
@Test
open fun testClearValidJson()
Link copied to clipboard
@Test
open fun testJsonNullClient()
Link copied to clipboard
@Test
open fun testJsonNullServer()
Link copied to clipboard
@Test
open fun testJsonWithNullValue()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Test
open fun testSendJsonStringClient()
Link copied to clipboard
@Test
open fun testSendJsonStringServer()
Link copied to clipboard