| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| BasicSerializationTest.kt | D | 06-Sep-2024 | 5.5 KiB | 145 | 123 | |
| BuiltinClassesTest.kt | D | 06-Sep-2024 | 3 KiB | 100 | 84 | |
| FormatsTest.kt | D | 06-Sep-2024 | 4.7 KiB | 142 | 123 | |
| JsonTest.kt | D | 06-Sep-2024 | 7.3 KiB | 220 | 189 | |
| PolymorphismTest.kt | D | 06-Sep-2024 | 6.2 KiB | 155 | 132 | |
| ReadmeTest.kt | D | 06-Sep-2024 | 472 | 16 | 12 | |
| SerializersTest.kt | D | 06-Sep-2024 | 5.4 KiB | 171 | 145 |
ReadmeTest.kt
1 // This file was automatically generated from README.md by Knit tool. Do not edit. 2 package example.test 3 4 import org.junit.Test 5 import kotlinx.knit.test.* 6 7 class ReadmeTest { 8 @Test testExampleReadme01null9 fun testExampleReadme01() { 10 captureOutput("ExampleReadme01") { example.exampleReadme01.main() }.verifyOutputLines( 11 "{\"name\":\"kotlinx.serialization\",\"language\":\"Kotlin\"}", 12 "Project(name=kotlinx.serialization, language=Kotlin)" 13 ) 14 } 15 } 16