unitycontainer / microsoft-dependency-injection

Unity.Microsoft.DependencyInjection package
Apache License 2.0
63 stars 36 forks source link

Write unit tests for this library. #2

Closed axelgenus closed 6 years ago

axelgenus commented 6 years ago

We need a couple of unit tests to ensure that everything is working fine.

ENikS commented 6 years ago

MS offers this package: https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection.Specification.Tests

We could grab v1.1.1 and see if it is compatible.

I know current Unity fails 1/3 of these in the 2.0.0 version. You can check it out here

axelgenus commented 6 years ago

PR #3 introduced base testing for the library.