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

ru.integrations.check.condition.Condition Maven / Gradle / Ivy

The newest version!
package ru.integrations.check.condition;

import io.restassured.response.Response;

public interface Condition {
    void check(Response response);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy