Example #1
0
 public static int Main()
 {
     ConvertToUInt6411 convertToUInt6411 = new ConvertToUInt6411();
     TestLibrary.TestFramework.BeginTestCase("ConvertToUInt6411");
     if (convertToUInt6411.RunTests())
     {
         TestLibrary.TestFramework.EndTestCase();
         TestLibrary.TestFramework.LogInformation("PASS");
         return 100;
     }
     else
     {
         TestLibrary.TestFramework.EndTestCase();
         TestLibrary.TestFramework.LogInformation("FAIL");
         return 0;
     }
 }
Example #2
0
 public static int Main()
 {
     ConvertToUInt6411 convertToUInt6411 = new ConvertToUInt6411();
     TestLibrary.TestFramework.BeginTestCase("ConvertToUInt6411");
     if (convertToUInt6411.RunTests())
     {
         TestLibrary.TestFramework.EndTestCase();
         TestLibrary.TestFramework.LogInformation("PASS");
         return 100;
     }
     else
     {
         TestLibrary.TestFramework.EndTestCase();
         TestLibrary.TestFramework.LogInformation("FAIL");
         return 0;
     }
 }