Exemplo n.º 1
0
        public async Task GetAllForViewAsync_Test(string permissionName)
        {
            var roles = await _roleAppService.GetAllForViewAsync(new RoleGetViewInput()
            {
                PermissionName = permissionName
            });

            Assert.True(roles.Items.Count > 0);
        }