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

ru.integrations.check.allureCustomFields.Section Maven / Gradle / Ivy

There is a newer version: 2.8
Show newest version
package ru.integrations.check.allureCustomFields;

import io.qameta.allure.LabelAnnotation;

import java.lang.annotation.*;

@Documented
@Inherited
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.TYPE})
@LabelAnnotation(name = "section")
public @interface Section {
    String value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy