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

io.mstream.trader.commons.test.TestContext Maven / Gradle / Ivy

package io.mstream.trader.commons.test;

import io.restassured.response.ValidatableResponse;

public class TestContext {

    private ValidatableResponse serviceResponse;

    public ValidatableResponse getServiceResponse() {
        return serviceResponse;
    }

    public void setServiceResponse(ValidatableResponse serviceResponse) {
        this.serviceResponse = serviceResponse;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy