
de.lgohlke.junit.p.LogMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webdriver Show documentation
Show all versions of webdriver Show documentation
adds some essential webdriver util classes
package de.lgohlke.junit.p;
@FunctionalInterface
public interface LogMethod {
void log(String message);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy