de.dagere.kopeme.runnables.KoPeMeThrowingRunnable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kopeme-core Show documentation
Show all versions of kopeme-core Show documentation
KoPeMe performance testing core
package de.dagere.kopeme.runnables;
/**
* This is required since some projects exclude JUnit 4
*
* @author DaGeRe
*
*/
public interface KoPeMeThrowingRunnable {
void run() throws Throwable;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy