Class world.respect.datalayer.repository.opds.OpdsRespectRepositoryIntegrationTest

3

tests

0

failures

0

ignored

8.620s

duration

100%

successful

Tests

Test Method name Duration Result
givenOpdsFeedLoaded_whenLoadedAgain_thenDataIsLoadedAndNetworkResponseIsNotModified[jvm] givenOpdsFeedLoaded_whenLoadedAgain_thenDataIsLoadedAndNetworkResponseIsNotModified 2.161s passed
givenOpdsFeed_whenLoadOpdsFeed_thenFlowWillLoadIt[jvm] givenOpdsFeed_whenLoadOpdsFeed_thenFlowWillLoadIt 4.424s passed
givenOpdsPublication_whenLoadedThenWillEmitFlow[jvm] givenOpdsPublication_whenLoadedThenWillEmitFlow 2.035s passed

Standard output

port = 35169
2025-08-03 18:34:00.312 [Test worker] INFO  io.ktor.server.Application - Autoreload is disabled because the development mode is off.
2025-08-03 18:34:00.557 [Test worker] INFO  io.ktor.server.Application - Application started in 0.486 seconds.
2025-08-03 18:34:00.760 [DefaultDispatcher-worker-2 @coroutine#2] INFO  io.ktor.server.Application - Responding at http://0.0.0.0:35169
2025-08-03 18:34:01.361 [DefaultDispatcher-worker-2 @coroutine#8] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:35169/resources/index.json
2025-08-03 18:34:01.362 [DefaultDispatcher-worker-2 @coroutine#8] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:35169/resources/index.json.
2025-08-03 18:34:01.363 [DefaultDispatcher-worker-2 @coroutine#8] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:35169/resources/index.json
2025-08-03 18:34:01.645 [eventLoopGroupProxy-4-1 @call-handler#12] TRACE io.ktor.server.routing.Routing - Trace for [resources, index.json]
/, segment:0 -> SUCCESS @ /
  /(staticContent), segment:0 -> SUCCESS @ /(staticContent)
    /(staticContent)/resources, segment:1 -> SUCCESS @ /(staticContent)/resources
      /(staticContent)/resources/{...}, segment:2 -> SUCCESS; Parameters [static-content-path-parameter=[index.json]] @ /(staticContent)/resources/{...}
        /(staticContent)/resources/{...}/(method:GET), segment:2 -> SUCCESS @ /(staticContent)/resources/{...}/(method:GET)
Matched routes:
  "" -> "(staticContent)" -> "resources" -> "{...}" -> "(method:GET)"
Routing resolve result:
  SUCCESS; Parameters [static-content-path-parameter=[index.json]] @ /(staticContent)/resources/{...}/(method:GET)