Open Source Repository

Home /junit/junit-4.10 | Repository Home



org/junit/experimental/theories/ParametersSuppliedBy.java
package org.junit.experimental.theories;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;


@Retention(RetentionPolicy.RUNTIME)
public @interface ParametersSuppliedBy {

  Class<? extends ParameterSupplier> value();

}