Implementing unit tests. Mainly for testing the Actions of gitea #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "ImplementUnitTests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implementing unit tests. Mainly for testing the Actions of giteato WIP: Implementing unit tests. Mainly for testing the Actions of giteaIch 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) };
Warum muss das so?
WIP: Implementing unit tests. Mainly for testing the Actions of giteato Implementing unit tests. Mainly for testing the Actions of gitea