io.qase.commons.models.domain.TestResultExecution Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qase-java-commons Show documentation
Show all versions of qase-java-commons Show documentation
Qase TMS Reporter's common classes
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