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

pl.allegro.tech.hermes.test.helper.environment.HermesTestApp Maven / Gradle / Ivy

package pl.allegro.tech.hermes.test.helper.environment;

public interface HermesTestApp {

  HermesTestApp start();

  void stop();

  boolean shouldBeRestarted();

  void restoreDefaultSettings();

  int getPort();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy