
com.slickqa.junit.SlickConfigurationSource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of slickqa-junit Show documentation
Show all versions of slickqa-junit Show documentation
JUnit integration for the slick test management tool.
The newest version!
package com.slickqa.junit;
/**
* An instance of this class is used to fetch configuration for slick from a source. This allows multiple sources
* to be used.
*/
public interface SlickConfigurationSource {
String getConfigurationEntry(String name);
String getConfigurationEntry(String name, String defaultValue);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy