//package io.delphi.qa.auto.awsmfrw.common_baby.perf.dsl;
//
//import us.abstracta.jmeter.javadsl.JmeterDsl;
//import us.abstracta.jmeter.javadsl.core.DslThreadGroup;
//
//import java.util.Arrays;
//
//public class IsaDslJmeter extends JmeterDsl {
//
//    public static IsaDslInfluxBackendListener influxDbListener(String influxDbUrl) {
//        return new IsaDslInfluxBackendListener(influxDbUrl);
//    }
//
////    public static DslHttpSampler httpSampler(String name, String url) {
////        return new DslHttpSampler(name, url);
////    }
//
////    public static IsaDslSetUpThreadGroup setUpThreadGroup(int threads, int iterations,
////                                                          IsaDslSetUpThreadGroup.IsaThreadGroupChild... children) {
////        return setUpThreadGroup(null, threads, iterations, children);
////    }
//
//    public static IsaDslSetUpThreadGroup setUpThreadGroup(String name, int threads, int iterations,
//                                                          DslThreadGroup.ThreadGroupChild ... children) {
//        return new IsaDslSetUpThreadGroup(name, threads, iterations, Arrays.asList(children));
//    }
//
//    public static IsaDslTearDownThreadGroup tearDownThreadGroup(String name, int threads, int iterations,
//                                                                DslThreadGroup.ThreadGroupChild ... children) {
//        return new IsaDslTearDownThreadGroup(name, threads, iterations, Arrays.asList(children));
//    }
//
////    public static IsaDslSetUpThreadGroup setUpThreadGroup(int threads, Duration duration,
////                                                          IsaDslSetUpThreadGroup.IsaThreadGroupChild... children) {
////        return setUpThreadGroup(null, threads, duration, children);
////    }
////
////    public static IsaDslSetUpThreadGroup setUpThreadGroup(String name, int threads, Duration duration,
////                                                          IsaDslSetUpThreadGroup.IsaThreadGroupChild... children) {
////        return new IsaDslSetUpThreadGroup(name, threads, duration, Arrays.asList(children));
////    }
//}
