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

de.matrixweb.harhar.model.NameValue.groovy Maven / Gradle / Ivy

Go to download

This project reads in Google HAR files and executes them according to the given cmdline options. This could be used as simple load-generator and load-testing tool.

The newest version!
package de.matrixweb.harhar.model


/**
 * @author marwol
 */
class NameValue implements Serializable {

  String name

  String value
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy