net.serenitybdd.rest.utils.RequestSpecificationDecoratedFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of serenity-rest-assured Show documentation
Show all versions of serenity-rest-assured Show documentation
Serenity RestAssured integration
package net.serenitybdd.rest.utils;
import io.restassured.internal.RequestSpecificationImpl;
import net.serenitybdd.rest.decorators.request.RequestSpecificationDecorated;
public interface RequestSpecificationDecoratedFactory {
RequestSpecificationDecorated create(RequestSpecificationImpl requestSpecification);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy