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

com.salesforceiq.augmenteddriver.util.Quarantine Maven / Gradle / Ivy

package com.salesforceiq.augmenteddriver.util;

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

/**
 * Any test that is quarantined will not be run.
 *
 * It is another way of ignoring tests, but it has a quarantine finder to
 * list those.
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface Quarantine {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy