//package io.delphi.qa.auto.awsmfrw.managers.helpers.perf;
//
//import us.abstracta.jmeter.javadsl.JmeterDsl;
//import us.abstracta.jmeter.javadsl.core.logiccontrollers.DslTransactionController;
//
//public class MgJmeterTransactions {
//
//
//    private final MgJmeterHttpSampler httpSamplers = new MgJmeterHttpSampler();
//
//    public DslTransactionController smokeHealth() {
//        return JmeterDsl.transaction(
//            "Smoke all health",
//            httpSamplers.oAuth()
//            ,httpSamplers.health()
//            ,httpSamplers.dataHealthCompleteness()
//            ,httpSamplers.dataHealthChartPositions()
//        );
//    }
//}
