ru.integrations.check.allureCustomFields.SubSubSection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of CheckingLib Show documentation
Show all versions of CheckingLib Show documentation
This library for help checking response.
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 = "sub sub section")
public @interface SubSubSection {
String value();
}