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

com.tngtech.jgiven.annotation.JGivenConfiguration Maven / Gradle / Ivy

The newest version!
package com.tngtech.jgiven.annotation;

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

import com.tngtech.jgiven.config.AbstractJGivenConfiguration;

/**
 * This annotation can be applied to a test class to configure:
 * 
    *
  • Tags
  • *
  • Global formatter
  • *
  • Default {@link As} provider
  • *
*/ @Retention( RetentionPolicy.RUNTIME ) @Inherited @Documented public @interface JGivenConfiguration { Class value(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy