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

com.github.mlk.junit.rules.DatabaseRule Maven / Gradle / Ivy

There is a newer version: 1.5.39
Show newest version
package com.github.mlk.junit.rules;

public interface DatabaseRule {
  String getDatasourceUrl();

  String getUsername();

  String getPassword();

  void before() throws Throwable;

  void after();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy