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

ru.yandex.qatools.allure.data.providers.DataProvider Maven / Gradle / Ivy

There is a newer version: 1.5.4
Show newest version
package ru.yandex.qatools.allure.data.providers;

import java.io.File;

/**
 * @author Dmitry Baev [email protected]
 *         Date: 06.12.13
 *         

* Used to provide data to output directory. Find provides using Java SPI * @see ru.yandex.qatools.allure.data.utils.ServiceLoaderUtils */ public interface DataProvider { /** * Provide some info to specified directory * * @param testPack marshaled {@link ru.yandex.qatools.allure.data.AllureTestRun} * with info about tests * @param outputDirectory specified directory * @return number of bytes written to outputDirectory */ long provide(String testPack, File[] inputDirectories, File outputDirectory); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy