use of org.opensmartgridplatform.cucumber.platform.smartmetering.builders.GetPowerQualityProfileRequestBuilder in project open-smart-grid-platform by OSGP.
the class BundledGetPowerQualityProfileDataSteps method theBundleRequestContainsAGetPowerQualityProfileRequestAction.
@Given("^the bundle request contains a get power quality profile request with parameters$")
public void theBundleRequestContainsAGetPowerQualityProfileRequestAction(final Map<String, String> parameters) throws Throwable {
final GetPowerQualityProfileRequest action = new GetPowerQualityProfileRequestBuilder().fromParameterMap(parameters).build();
this.addActionToBundleRequest(action);
}
Aggregations