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

io.quarkus.runtime.test.TestScopeSetup Maven / Gradle / Ivy

The newest version!
package io.quarkus.runtime.test;

public interface TestScopeSetup {

    void setup(boolean isIntegrationTest);

    void tearDown(boolean isIntegrationTest);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy