refactoring: tests extract line
This commit is contained in:
parent
f7fcc9a7b0
commit
1f945a695b
@ -68,8 +68,8 @@ public abstract class AbstractNotifyEntityTest extends AbstractWebTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected void testNotifyEntityOneTimeMsgToEdgeServiceNever(HasName entity, EntityId entityId, EntityId originatorId,
|
protected void testNotifyEntityOneTimeMsgToEdgeServiceNever(HasName entity, EntityId entityId, EntityId originatorId,
|
||||||
TenantId tenantId, CustomerId customerId, UserId userId, String userName,
|
TenantId tenantId, CustomerId customerId, UserId userId,
|
||||||
ActionType actionType, Object... additionalInfo) {
|
String userName, ActionType actionType, Object... additionalInfo) {
|
||||||
int cntTime = 1;
|
int cntTime = 1;
|
||||||
testNotificationMsgToEdgeServiceNever(entityId);
|
testNotificationMsgToEdgeServiceNever(entityId);
|
||||||
logEntityAction(entity, originatorId, tenantId, customerId, userId, userName, actionType, cntTime, additionalInfo);
|
logEntityAction(entity, originatorId, tenantId, customerId, userId, userName, actionType, cntTime, additionalInfo);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user