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

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

package com.salesforceiq.augmenteddriver.util;


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

/**
 * Annotation for defining Suites of Tests.
 *
 * TestSuiteRunner given a suite, will traverse all the tests and collect the ones that are annotated with
 * that suite.
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface Suites {
    String[] value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy