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

tech.kronicle.testutils.BaseTest Maven / Gradle / Ivy

package tech.kronicle.testutils;

import java.nio.file.Path;

public class BaseTest {

    public Path getResourcesDir(String name) {
        return TestFileHelper.getResourcesDir(name, getClass());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy