We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c004a commit dc50cc4Copy full SHA for dc50cc4
2 files changed
tests/Unity.Specification/Lifetime.cs
@@ -0,0 +1,27 @@
1
+using Microsoft.VisualStudio.TestTools.UnitTesting;
2
+using Unity;
3
+
4
+namespace Compiled
5
+{
6
+ [TestClass]
7
+ public class Lifetime : Unity.Specification.Lifetime.SpecificationTests
8
+ {
9
+ public override IUnityContainer GetContainer()
10
11
+ return new UnityContainer(UnityContainer.BuildStrategy.Compiled);
12
+ }
13
14
+}
15
16
+namespace Resolved
17
18
19
20
21
22
23
+ return new UnityContainer(UnityContainer.BuildStrategy.Resolved);
24
25
26
27
tests/Unity.Tests/Lifetime/PerThreadLifeTimeManagerFixture.cs
0 commit comments