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