public void WP8_JsonTextTest() { JsonText.RunTest(new DebugWriter(), TestFolder.Path, OutputFolder.Path); }
public void JsonTextTest() { JsonText.RunTest(Console.Out, TestFolder, OutputFolder); }