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

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

There is a newer version: 1.14
Show newest version
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 - 2025 Weber Informatics LLC | Privacy Policy