Beispiel #1
0
    static void Main(string[] args)
    {
        BlackBoxIntegerTests blackBoxIntegerTests = new BlackBoxIntegerTests();

        Console.WriteLine(blackBoxIntegerTests.Run(typeof(BlackBoxInteger)));
    }
Beispiel #2
0
        public static void Main(string[] args)
        {
            BlackBoxIntegerTests test = new BlackBoxIntegerTests();

            Console.WriteLine(test.Run());
        }