Example #1
0
        public void MethodInjExampleExecution()
        {
            var cut = new PropertiesAndLifeTimeExample();

            cut.ExecMethodInjectionExample();
        }
Example #2
0
        public void NamedPropertiesExampleExecution()
        {
            var cut = new PropertiesAndLifeTimeExample();

            cut.ExecNamedPropertiesExample();
        }
Example #3
0
        public void AutowiredExampleExecution()
        {
            var cut = new PropertiesAndLifeTimeExample();

            cut.ExecAutowiredPropertiesExample();
        }
Example #4
0
        public void TypedParameterExampleExecution()
        {
            var cut = new PropertiesAndLifeTimeExample();

            cut.ExeTypedParameterExample();
        }