Skip to content

Commit

Permalink
Update tests/README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Oct 22, 2024
1 parent 739e050 commit 0e59903
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/README.md
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.

0 comments on commit 0e59903

Please sign in to comment.