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

com.lazerycode.jmeter.json.TestConfigurations Maven / Gradle / Ivy

package com.lazerycode.jmeter.json;

import java.util.ArrayList;

public class TestConfigurations {
    private ArrayList configurations = new ArrayList<>();

    public ArrayList getConfigurations() {
        return configurations;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy