Spring Boot Kotlin API
Toggle table of contents
4.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Spring Boot Kotlin API
Spring Boot Kotlin API
/
org.springframework.boot.docs.testing.springbootapplications.jsontests
/
MyJsonAssertJTests
My
Json
Assert
JTests
@
JsonTest
class
MyJsonAssertJTests
(
@
Autowired
val
json
:
JacksonTester
<
SomeObject
>
)
Members
Constructors
My
Json
Assert
JTests
Link copied to clipboard
constructor
(
@
Autowired
json
:
JacksonTester
<
SomeObject
>
)
Properties
json
Link copied to clipboard
val
json
:
JacksonTester
<
SomeObject
>
Functions
some
Test
Link copied to clipboard
@
Test
fun
someTest
(
)