Exemplo n.º 1
0
        public void DoTest()
        {
            var r = new TestInterface();

            Assert.NotNull(r);
        }
Exemplo n.º 2
0
 public void SetContainer(TestInterface cnt)
 {
 }
Exemplo n.º 3
0
 public void Init(TestInterface cnt)
 {
 }
Exemplo n.º 4
0
 public ClassWithUnresolvableDependencyInConstructorParameter(TestInterface cnt)
 {
 }