mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing code formatting.
This commit is contained in:
parent
e57fe2bf37
commit
888d49dac1
@ -132,13 +132,13 @@ public class OperationManagementTests {
|
||||
validateOperationResponse(this.commandActivity);
|
||||
}
|
||||
|
||||
@Test (expectedExceptions = InvalidDeviceException.class)
|
||||
@Test(expectedExceptions = InvalidDeviceException.class)
|
||||
public void addEmptyDevicesCommandOperation() throws DeviceManagementException, OperationManagementException, InvalidDeviceException {
|
||||
this.operationMgtService.addOperation(getOperation(new CommandOperation(), Operation.Type.COMMAND, COMMAND_OPERATON_CODE),
|
||||
this.operationMgtService.addOperation(getOperation(new CommandOperation(), Operation.Type.COMMAND, COMMAND_OPERATON_CODE),
|
||||
new ArrayList<>());
|
||||
}
|
||||
|
||||
@Test (expectedExceptions = InvalidDeviceException.class)
|
||||
@Test(expectedExceptions = InvalidDeviceException.class)
|
||||
public void addNonInitializedDevicesCommandOperation() throws DeviceManagementException, OperationManagementException, InvalidDeviceException {
|
||||
DeviceIdentifier deviceIdentifier = new DeviceIdentifier();
|
||||
List<DeviceIdentifier> deviceIdentifiers = new ArrayList<>();
|
||||
@ -356,7 +356,7 @@ public class OperationManagementTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void getNotificationStrategy(){
|
||||
public void getNotificationStrategy() {
|
||||
Assert.assertTrue(this.operationMgtService.getNotificationStrategy() != null);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user