![JAR search and dependency download from the Maven repository](/logo.png)
io.openapiprocessor.test.TestFiles.groovy Maven / Gradle / Ivy
/*
* Copyright 2024 https://github.com/openapi-processor/openapi-processor-base
* PDX-License-Identifier: Apache-2.0
*/
package io.openapiprocessor.test
import java.nio.file.Path
interface TestFiles {
void init(TestSet testSet)
URI getApiPath(TestSet testSet)
URI getTargetDir()
Mapping getMapping(TestSet testSet)
TestItems getOutputFiles(TestSet testSet)
Path getSourcePath(TestSet testSet, String file)
Path getTargetPath(String file)
void printTree()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy