use of org.opensmartgridplatform.adapter.protocol.dlms.domain.commands.configuration.service.SetConfigurationObjectServiceSmr5 in project open-smart-grid-platform by OSGP.
the class SetConfigurationObjectCommandExecutorSmr5IT method setUp.
@BeforeEach
public void setUp() throws IOException {
final DlmsHelper dlmsHelper = new DlmsHelper();
final GetConfigurationObjectService getService = new GetConfigurationObjectServiceSmr5(dlmsHelper);
final SetConfigurationObjectService setService = new SetConfigurationObjectServiceSmr5(dlmsHelper);
super.setUp(getService, setService);
}
Also used :
DlmsHelper(org.opensmartgridplatform.adapter.protocol.dlms.domain.commands.utils.DlmsHelper)
SetConfigurationObjectService(org.opensmartgridplatform.adapter.protocol.dlms.domain.commands.configuration.service.SetConfigurationObjectService)
GetConfigurationObjectServiceSmr5(org.opensmartgridplatform.adapter.protocol.dlms.domain.commands.configuration.service.GetConfigurationObjectServiceSmr5)
GetConfigurationObjectService(org.opensmartgridplatform.adapter.protocol.dlms.domain.commands.configuration.service.GetConfigurationObjectService)
SetConfigurationObjectServiceSmr5(org.opensmartgridplatform.adapter.protocol.dlms.domain.commands.configuration.service.SetConfigurationObjectServiceSmr5)
BeforeEach(org.junit.jupiter.api.BeforeEach)