Esempio n. 1
0
        public void GenericsExampleExecution()
        {
            var cut = new ChoiseOfConstructorExample();

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

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

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

            cut.ExecuteConstructorExample();
        }