Search in sources :

Example 1 with ScanMbusChannelsResponse

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());
}
Also used : ScanMbusChannelsResponse(org.opensmartgridplatform.adapter.ws.schema.smartmetering.bundle.ScanMbusChannelsResponse) Then(io.cucumber.java.en.Then)

Aggregations

Then (io.cucumber.java.en.Then)1 ScanMbusChannelsResponse (org.opensmartgridplatform.adapter.ws.schema.smartmetering.bundle.ScanMbusChannelsResponse)1