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

com.aventstack.extentreports.model.BasicReportElement Maven / Gradle / Ivy

There is a newer version: 5.1.2
Show newest version
package com.aventstack.extentreports.model;

import org.bson.types.ObjectId;

//marker interface for Test and Log
public interface BasicReportElement {
 
 public ObjectId getObjectId();
 public void setObjectId(ObjectId id);
 
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy