All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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