1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-25 22:21:38 +01:00
bitwarden-server/test/Core.Test
Rui Tomé e042360c00
[EC-654] Create commands for Group Create and Group Update (#2442)
* [EC-654] Add CreateGroupCommand and UpdateGroupCommand

Added new CQRS commands CreateGroupCommand and UpdateGroupCommand
Updated GroupService to use new commands
Edited existing GroupServiceTests and added new tests for the new commands

* [EC-654] dotnet format

* [EC-654] Replace GroupService.SaveAsync with CreateGroup and UpdateGroup commands

* [EC-654] Add assertions to check calls on IReferenceEventService

* [EC-654] Use AssertHelper.AssertRecent for DateTime properties

* [EC-654] Extracted database reads from CreateGroupCommand and UpdateGroupCommand. Added unit tests.

* [EC-654] Changed CreateGroupCommand and UpdateGroupCommand Validate method to private
2022-12-12 09:59:48 +00:00
..
AutoFixture Feature/bit auto data (#2219) 2022-08-31 08:38:35 -05:00
Entities Run formatting (#2230) 2022-08-29 16:06:55 -04:00
Helpers Run formatting (#2230) 2022-08-29 16:06:55 -04:00
Identity Run formatting (#2230) 2022-08-29 16:06:55 -04:00
IdentityServer Run formatting (#2230) 2022-08-29 16:06:55 -04:00
Models Feature/bit auto data (#2219) 2022-08-31 08:38:35 -05:00
OrganizationFeatures [EC-654] Create commands for Group Create and Group Update (#2442) 2022-12-12 09:59:48 +00:00
Resources Run formatting (#2230) 2022-08-29 16:06:55 -04:00
Services [EC-654] Create commands for Group Create and Group Update (#2442) 2022-12-12 09:59:48 +00:00
Tokens Run formatting (#2230) 2022-08-29 16:06:55 -04:00
Utilities [PS-1471] Create Allocation Free EncryptedStringAttribute validation (#2273) 2022-10-20 16:10:02 -04:00
Core.Test.csproj [SM-151] Move EF Dapper tests to Infrastructure.EFIntegration.Test (#2204) 2022-08-29 09:40:59 -04:00
packages.lock.json [SM-151] Move EF Dapper tests to Infrastructure.EFIntegration.Test (#2204) 2022-08-29 09:40:59 -04:00
TempDirectory.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00