automation.library.conversion2jmx.har2jmx.service.JmxFileCreator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of library-conversion2jmx Show documentation
Show all versions of library-conversion2jmx Show documentation
The 'conversion2jmx' library to helps creating JMeter JMX files from different sources
The newest version!
package automation.library.conversion2jmx.har2jmx.service;
import automation.library.conversion2jmx.common.model.jmx.JmxFile;
import de.sstoehr.harreader.model.Har;
public class JmxFileCreator extends AbstractJmxFileCreator
{
@Override
public JmxFile create(Har har, String jmxOutputFilePath) throws Exception {
return super.createJmxFile(har, jmxOutputFilePath);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy