예제 #1
0
        public void GenericGetComponentWithoutName()
        {
            var cLazy = _context.LazyGetComponent <ISampleContract>();

            _context.Register(typeof(SampleComponent));

            var c = cLazy.Value;

            Assert.IsNotNull(c);
        }