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

org.allurefw.report.TestsResults Maven / Gradle / Ivy

The newest version!
package org.allurefw.report;

import org.allurefw.report.entity.Attachment;
import org.allurefw.report.entity.TestCaseResult;
import org.allurefw.report.entity.TestGroup;

import java.nio.file.Path;
import java.util.List;
import java.util.Map;

/**
 * @author charlie (Dmitry Baev).
 */
public interface TestsResults {

    List getTestCases();

    List getTestGroups();

    Map getAttachments();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy