use of org.opensmartgridplatform.adapter.ws.schema.smartmetering.bundle.ScanMbusChannelsResponse in project open-smart-grid-platform by OSGP.
the class BundledScanMbusChannelsSteps method theBundleResponseShouldContainAScanMbusChannelsResponse.
@Then("^the bundle response should contain a scan mbus channels response with values$")
public void theBundleResponseShouldContainAScanMbusChannelsResponse(final Map<String, String> values) throws Throwable {
final ScanMbusChannelsResponse response = (ScanMbusChannelsResponse) this.getNextBundleResponse();
this.scanMbusChannelsSteps.assertChannelShortIds(values, response.getChannelShortIds());
}
Aggregations