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

io.qase.commons.models.domain.TestResultExecution Maven / Gradle / Ivy

The newest version!
package io.qase.commons.models.domain;

public class TestResultExecution {
    public Long startTime;
    public TestResultStatus status;
    public Long endTime;
    public Integer duration;
    public String stacktrace;
    public String thread;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy