Commit 501bbd8
committed
Remove Dependencies: Refactor Unit Testing Module: Update Project References and Template Logic
- Updated `Intent.Modules.UnitTesting.application.output.config.xml` to ignore specific project files and added notes for clarity.
- Cleaned up `Intent.Modules.UnitTesting.application.output.log` by removing unnecessary file logs and marking relevant files as ignored.
- Removed outdated package references from `Intent.Modules.UnitTesting.csproj`.
- Updated `Intent.UnitTesting.imodspec` to remove deprecated dependencies.
- Introduced `SpecializationTypeIds.cs` to centralize specialization type IDs for better maintainability.
- Refactored command and domain event handler test templates to use `IElement` instead of specific model types, improving flexibility.
- Created `ElementExtensions.cs` to provide generic extension methods for `IElement`, enhancing code reusability.
- Updated test helper methods to work with the new `IElement` model and improved logic for determining test details.
- Removed redundant template extension methods that were specific to certain models, streamlining the codebase.1 parent f1c37b1 commit 501bbd8
File tree
32 files changed
+227
-536
lines changed- Modules/Intent.Modules.UnitTesting
- Api
- Intent.Metadata/Module Builder/Intent.UnitTesting
- Elements
- C# Template
- Type-Definition
- Stereotypes
- Templates
- CommandHandlerTest
- DomainEventHandlerTest
- IntegrationEventHandlerTest
- QueryHandlerTest
- ServiceOperationTest
32 files changed
+227
-536
lines changedLines changed: 0 additions & 55 deletions
This file was deleted.
Lines changed: 0 additions & 55 deletions
This file was deleted.
Lines changed: 0 additions & 55 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 0 additions & 55 deletions
This file was deleted.
Lines changed: 0 additions & 55 deletions
This file was deleted.
Lines changed: 0 additions & 55 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments