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

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

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

public class Author 
	extends TestAttribute {

    private static final long serialVersionUID = 5358337504569462439L;

    public Author(String k) {
        super(k);
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy