Call Container.Add(IEnumerable<T>)

- Add ChangeToQueueContainer helper method
- Cast to IWritableContainer and invoke Add(IEnumerable<T>)
- Issue MatterHackers/MCCentral#1503
This commit is contained in:
John Lewin 2017-05-21 16:29:00 -07:00
parent 57c416fa76
commit 2654151649
3 changed files with 12 additions and 2 deletions

View file

@ -168,6 +168,11 @@ namespace MatterHackers.MatterControl.Tests.Automation
}
}
public static void ChangeToQueueContainer(this AutomationRunner testRunner)
{
testRunner.NavigateToFolder("Print Queue Row Item Collection");
}
public class PrintEmulatorProcess: Process
{
protected override void Dispose(bool disposing)