Implementing unit tests. Mainly for testing the Actions of gitea #1

Merged
holger merged 1 commits from ImplementUnitTests into main 2023-06-29 11:15:23 +02:00
Owner
No description provided.
holger added 1 commit 2023-03-29 22:18:24 +02:00
implement first real unit test
All checks were successful
build (7.0.x)
dotnet package / build (7.0.x) (push) Successful in 55s
02dbea83e7
holger changed title from Implementing unit tests. Mainly for testing the Actions of gitea to WIP: Implementing unit tests. Mainly for testing the Actions of gitea 2023-03-29 22:18:52 +02:00
holger closed this pull request 2023-03-29 22:21:59 +02:00
holger reopened this pull request 2023-03-29 22:22:13 +02:00
holger reviewed 2023-03-29 22:24:55 +02:00
holger left a comment
Author
Owner

Ich hab mir den PR angeschaut.

Ich hab mir den PR angeschaut.
@ -13,3 +13,3 @@
if (!IsRegistered<TInterface>())
{
_container[typeof(TInterface)] = new List<RegisteredType> { new RegisteredType(typeof(TService), isSingleton, null) };
_container[typeof(TInterface)] = new List<RegisteredType> { new RegisteredType(typeof(TService), isSingleton, instance) };
Author
Owner

Warum muss das so?

Warum muss das so?
holger marked this conversation as resolved
holger closed this pull request 2023-04-04 22:36:58 +02:00
holger reopened this pull request 2023-04-04 22:37:14 +02:00
holger changed title from WIP: Implementing unit tests. Mainly for testing the Actions of gitea to Implementing unit tests. Mainly for testing the Actions of gitea 2023-04-04 22:37:21 +02:00
holger merged commit 22c6f5a109 into main 2023-06-29 11:15:23 +02:00
holger deleted branch ImplementUnitTests 2023-06-29 11:15:23 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: holger/SmallInjectorDemo#1
No description provided.