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

com.github.ydoc.core.yapi.AutoTest Maven / Gradle / Ivy

The newest version!
package com.github.ydoc.core.yapi;

import lombok.Data;

import java.util.List;

/**
 * @author nobugboy
 **/
@Data
public class AutoTest {
    private AutoTest.Message message;
    private String runTime;
    private List list;

    @Data
    public static class Message {
	private String msg;
	private Integer successNum;
	private Integer failedNum;
    }

    @Data
    public static class Source {
	private String name;
	private String path;
	private String method;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy