Beispiel #1
0
        public void testFib()
        {
            TestFib t = new TestFib(factory);

            t.test1();
            t.test2();
            t.test3(10);
            Console.Out.WriteLine(factory.ToString());
        }
Beispiel #2
0
		public void testFib() 
		{
			TestFib t = new TestFib(factory);
			t.test1();
			t.test2();
			t.test3(10);
			Console.Out.WriteLine(factory.ToString());
		}