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:
parent
57c416fa76
commit
2654151649
3 changed files with 12 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue