public static int Main()
 {
     UInt64IConvertibleToUInt64 ui64ictuint64 = new UInt64IConvertibleToUInt64();
     TestLibrary.TestFramework.BeginTestCase("UInt64IConvertibleToUInt64");
     if (ui64ictuint64.RunTests())
     {
         TestLibrary.TestFramework.EndTestCase();
         TestLibrary.TestFramework.LogInformation("PASS");
         return 100;
     }
     else
     {
         TestLibrary.TestFramework.EndTestCase();
         TestLibrary.TestFramework.LogInformation("FAIL");
         return 0;
     }
 }
Пример #2
0
    public static int Main()
    {
        UInt64IConvertibleToUInt64 ui64ictuint64 = new UInt64IConvertibleToUInt64();

        TestLibrary.TestFramework.BeginTestCase("UInt64IConvertibleToUInt64");
        if (ui64ictuint64.RunTests())
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("PASS");
            return(100);
        }
        else
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("FAIL");
            return(0);
        }
    }