-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
739e050
commit 0e59903
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Custom IoC Container Tests | ||
|
||
This directory contains tests for the custom IoC container implementation. | ||
|
||
## Tests | ||
|
||
- `CustomIoCTests.cs`: Contains unit tests to verify the correct registration and resolution of services using different lifecycles (transient, singleton). | ||
|
||
- `ServiceImplementation.cs`: Provides a simple service interface and implementation used in the tests. | ||
|
||
## Running Tests | ||
|
||
Use a test runner compatible with xUnit to execute the tests and verify the functionality of the custom IoC container. |