public void Path_GetInvalidPathChars_NET() { Console.WriteLine("Path.GetInvalidPathChars()"); Console.WriteLine("\nThe .NET method is used.\n"); UnitTestConstants.StopWatcher(true); foreach (var c in Path.GetInvalidPathChars()) { Console.WriteLine("\tChar: [{0}]", c); } Console.WriteLine("\n{0}", UnitTestConstants.Reporter(true)); }