Exemplo n.º 1
0
        public static void Main(
            string[] args)
        {
            WhirlpoolDigestTest test   = new WhirlpoolDigestTest();
            ITestResult         result = test.Perform();

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

            Console.WriteLine(result);
        }