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

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