Esempio n. 1
0
        public static void Main(
            string[] args)
        {
            ITest       test   = new BlowfishTest();
            ITestResult result = test.Perform();

            Console.WriteLine(result);
        }
Esempio n. 2
0
		public static void Main(
			string[] args)
        {
            ITest test = new BlowfishTest();
            ITestResult result = test.Perform();

            Console.WriteLine(result);
        }