super();
}
public void testActivateTenant() throws Exception {
Tenant tenant = this.tenantAggregate();
tenant.deactivate();
assertFalse(tenant.isActive());
ApplicationServiceRegistry
.identityApplicationService()
.activateTenant(new ActivateTenantCommand(tenant.tenantId().id()));