test.kotlin.com.amazon.ionpathextraction.PathExtractorImplTest.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ion-java-path-extraction Show documentation
Show all versions of ion-java-path-extraction Show documentation
Ion Path Extraction API aims to combine the convenience of a DOM API with the speed of a streaming API.
The newest version!
package com.amazon.ionpathextraction
class PathExtractorImplTest : PathExtractorTest() {
override fun PathExtractorBuilder.buildExtractor(): PathExtractor = buildLegacy()
}