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

com.automationrockstars.gunter.events.TestExecutionStart Maven / Gradle / Ivy

The newest version!
/*
 * 
 */
package com.automationrockstars.gunter.events;

import java.util.Map;

public interface TestExecutionStart extends Event {

    String TE_NAME = "TestExecutionName";

    String getExecutionName();

    void setExecutionName(String name);

    Map getParameters();

    void setParameters(Map params);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy