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

com.neotys.neoload.model.readers.loadrunner.MethodCall Maven / Gradle / Ivy

package com.neotys.neoload.model.readers.loadrunner;

import org.immutables.value.Value;

import java.util.List;

@Value.Immutable
public interface MethodCall {
    String getName();
    List getParameters();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy