
com.carrotsearch.randomizedtesting.InstanceProvider Maven / Gradle / Ivy
package com.carrotsearch.randomizedtesting;
/**
* Provide a test instance.
*/
interface InstanceProvider {
Object newInstance() throws Throwable;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy