mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 08:56:33 +00:00
[AZ-189] [AZ-190] [AZ-191] [AZ-192] [AZ-193] [AZ-194] [AZ-195] Add e2e blackbox test suite
Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Common Helper: Extensions
|
||||
|
||||
Shared utility extensions used across multiple components.
|
||||
|
||||
## Modules
|
||||
- `EnumExtensions` — enum description/attribute extraction (used by BusinessException)
|
||||
- `StringExtensions` — PascalCase → snake_case conversion (used by AzaionDbSchemaHolder)
|
||||
- `StreamExtensions` — Stream → string conversion (used by SecurityTest)
|
||||
- `QueryableExtensions` — conditional LINQ Where filter (used by UserService)
|
||||
|
||||
## Consumers
|
||||
| Helper | Used By Components |
|
||||
|--------|-------------------|
|
||||
| `EnumExtensions.GetDescriptions` | Data Layer (BusinessException) |
|
||||
| `StringExtensions.ToSnakeCase` | Data Layer (AzaionDbSchemaHolder) |
|
||||
| `StreamExtensions.ConvertToString` | Tests |
|
||||
| `QueryableExtensions.WhereIf` | User Management (UserService) |
|
||||
Reference in New Issue
Block a user