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

com.aventstack.extentreports.reporter.MediaStorage Maven / Gradle / Ivy

There is a newer version: 5.1.0
Show newest version
package com.aventstack.extentreports.reporter;

import java.io.IOException;

import com.aventstack.extentreports.model.Media;

public interface MediaStorage {
    void init(String v) throws IOException;
    void storeMedia(Media m) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy