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

automation.library.conversion2jmx.postman2jmx.exception.NullPostmanCollectionException Maven / Gradle / Ivy

Go to download

The 'conversion2jmx' library to helps creating JMeter JMX files from different sources

The newest version!
package automation.library.conversion2jmx.postman2jmx.exception;

public class NullPostmanCollectionException extends Exception {
    public NullPostmanCollectionException() {
        super("Postman collection model can not be null! Please ensure that your postman file has been exported as Collection v2 or v2.1");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy