org.jetbrains.kotlinx.jupyter.test.ResourceReadingTest.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-jupyter-script-classpath-shadowed Show documentation
Show all versions of kotlin-jupyter-script-classpath-shadowed Show documentation
Kotlin Jupyter kernel script classpath with all dependencies inside one artifact
package org.jetbrains.kotlinx.jupyter.test
import io.kotest.matchers.ints.shouldBeGreaterThan
import org.jetbrains.kotlinx.jupyter.libraries.ResourceLibraryDescriptorsProvider
import org.junit.jupiter.api.Test
class ResourceReadingTest {
@Test
fun `resource descriptors should be accessible from resources`() {
val descriptorsProvider = ResourceLibraryDescriptorsProvider(testLoggerFactory)
descriptorsProvider.getDescriptors().size shouldBeGreaterThan 5
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy