public static int Main()
 {
     UInt32IConvertibleToInt16 ui32ictint16 = new UInt32IConvertibleToInt16();
     TestLibrary.TestFramework.BeginTestCase("UInt32IConvertibleToInt16");
     if (ui32ictint16.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()
    {
        UInt32IConvertibleToInt16 ui32ictint16 = new UInt32IConvertibleToInt16();

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