public static void Main( string[] args) { ITest test = new Sha1HMacTest(); ITestResult result = test.Perform(); Console.WriteLine(result); }
public static void MainOld( string[] args) { ITest test = new Sha1HMacTest(); ITestResult result = test.Perform(); Console.WriteLine(result); }