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

io.stargate.it.proxy.ProxyAddresses Maven / Gradle / Ivy

There is a newer version: 2.1.0-BETA-16
Show newest version
package io.stargate.it.proxy;

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

/**
 * Annotates a test parameter to denote that proxy addresses should be passed to this parameter.
 *
 * 

This is used when extending a test class with {@link ProxyExtension}. The parameter should use * the type {@code List} */ @Target(ElementType.PARAMETER) @Retention(RetentionPolicy.RUNTIME) public @interface ProxyAddresses {}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy