Extract automation tests to a separate assembly to ensure isolation/clean startup

- Fall back to English if translation data is missing, rather than crashing
 - Dump test name to console when running test harness to troubleshoot hangs
This commit is contained in:
John Lewin 2015-12-13 17:29:01 -08:00
parent b70da46e69
commit 879a2856d3
18 changed files with 227 additions and 19 deletions

View file

@ -32,7 +32,6 @@ using MatterHackers.Agg.Image;
using MatterHackers.Agg.PlatformAbstract;
using MatterHackers.Agg.UI;
using MatterHackers.Agg.UI.Tests;
using MatterHackers.GuiAutomation;
using MatterHackers.MatterControl.DataStorage;
using NUnit.Framework;
using System;