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

com.vimalselvam.testng.SystemInfo Maven / Gradle / Ivy

package com.vimalselvam.testng;

import java.util.Map;

/**
 * This interface is for the user who should implement this interface and generate their own system information
 * and return back the map
 */
public interface SystemInfo {

    /**
     * Add a map of system information and return as a map
     * @return The map of system information
     */
    Map getSystemInfo();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy