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