static void Main(string[] args)
        {
            AdapterTests.Test();

            ObserverTests.Test();

            StateMachineTests.LampTest();


            StateTests.Test();

            DateTimeTests.Test();

            FluentApiTests.Test();

            AdapterTests.Test();

            CommandTests.Test();

            DecoratorTests.StreamTest();

            DecoratorTests.Test();

            // BehavioralPatterns.Strategy.Better.StrategyTests.Test();

            // StrategyTests.Test();


            //    ProblemTests.Test();

            //Create("Vavatech.DesignPatterns.CreationalPatterns.Prototype.Customer");

            //ReflectionTest();

            // PrototypeTest.CloneTest();

            // SingletonTests.GenericTest();

            // SingletonTests.Test();
        }
Пример #2
0
 public static void Main(string[] args)
 {
     AdapterTests t = new AdapterTests();
     t.WriteAll_OutputWithoutHeader_Ok();
 }
Пример #3
0
 public void GetTests(TestSet tests)
 {
     AdapterTests.Fill(tests);
 }