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

org.testng.remote.strprotocol.IMessage Maven / Gradle / Ivy

package org.testng.remote.strprotocol;

import java.io.Serializable;


/**
 * Marker interface for messages exchanged between RemoteTestNG and a client.
 *
 * @author Cedric Beust 
 */
public interface IMessage extends Serializable {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy