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

io.metersphere.dto.ResponseAssertionResult Maven / Gradle / Ivy

package io.metersphere.dto;

import lombok.Data;

@Data
public class ResponseAssertionResult {

    private String name;

    private String content;

    private String script;

    private String message;

    private boolean pass;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy