Example #1
0
        public void GenericsExampleExecution()
        {
            var cut = new ChoiseOfConstructorExample();

            cut.GenericsExample();
        }
Example #2
0
        public void RegisterInstanceExampleExecution()
        {
            var cut = new ChoiseOfConstructorExample();

            cut.ExecuteInstanceUnitTestExample();
        }
Example #3
0
        public void LambdaExpExampleExecution()
        {
            var cut = new ChoiseOfConstructorExample();

            cut.LambdaExpressionTestExample();
        }
Example #4
0
        public void ChoiseConstructorExampleExecution()
        {
            var cut = new ChoiseOfConstructorExample();

            cut.ExecuteConstructorExample();
        }