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

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

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

public class Device 
	extends TestAttribute {

	private static final long serialVersionUID = 4823653818257315805L;

	public Device(String device) {
		super(device);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy