refactoring: tests EntityView: save ADD change
This commit is contained in:
parent
b1ee3415a6
commit
35275d73c3
@ -145,9 +145,10 @@ public abstract class BaseEntityViewControllerTest extends AbstractControllerTes
|
|||||||
|
|
||||||
assertEquals(savedView, foundEntityView);
|
assertEquals(savedView, foundEntityView);
|
||||||
|
|
||||||
testNotifyEntityBroadcastEntityStateChangeEventOneTimeMsgToEdgeServiceNever(foundEntityView, foundEntityView.getId(), foundEntityView.getId(),
|
testBroadcastEntityStateChangeEventTime(foundEntityView.getId(), tenantId, 1);
|
||||||
|
testNotifyManyEntityManyTimeMsgToEdgeServiceEntityEqAny(foundEntityView, foundEntityView,
|
||||||
tenantId, tenantAdminCustomerId, tenantAdminUserId, TENANT_ADMIN_EMAIL,
|
tenantId, tenantAdminCustomerId, tenantAdminUserId, TENANT_ADMIN_EMAIL,
|
||||||
ActionType.ADDED);
|
ActionType.ADDED, ActionType.ADDED, 1, 0, 1);
|
||||||
|
|
||||||
savedView.setName("New test entity view");
|
savedView.setName("New test entity view");
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user