Add required default constructor, McxContainerTest stub

This commit is contained in:
John Lewin 2018-02-26 15:49:51 -08:00
parent 851729fe8a
commit 134e86fa61
3 changed files with 9 additions and 1 deletions

View file

@ -224,6 +224,10 @@ namespace MatterControl.Tests.MatterControl
onIdlePumpActive = false;
}
[Test, Ignore("Not implemented")]
public async Task McxContainerTest()
{
}
[Test, Ignore("Not implemented")]
public async Task CalibrationPartsContainerTest()