io.quarkus.dev.testing.TestWatchedFiles Maven / Gradle / Ivy
package io.quarkus.dev.testing;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.function.BiConsumer;
import java.util.function.Consumer;
import java.util.function.Predicate;
/**
* provides a way for a test run to tell the external application about watched paths.
*
* This could be a test specific application.properties or import.sql for example
*/
public class TestWatchedFiles {
private static volatile Map watchedFilePaths;
private static volatile BiConsumer
© 2015 - 2025 Weber Informatics LLC | Privacy Policy