• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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