removing non-implemented tests
This commit is contained in:
parent
f08b220c1e
commit
a6076ff68c
3 changed files with 1 additions and 137 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit b64bd80cccc97bd8c0f9971d72c5b953588f6fa8
|
Subproject commit 4f6fa9fdfaaafeee73a8bf7921e782746e42fdb5
|
||||||
|
|
@ -223,80 +223,5 @@ namespace MatterControl.Tests.MatterControl
|
||||||
|
|
||||||
onIdlePumpActive = false;
|
onIdlePumpActive = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test, Ignore("Not implemented")]
|
|
||||||
public async Task PartHistoryContainerTest()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test, Ignore("Not implemented")]
|
|
||||||
public async Task RootHistoryContainerTest()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test, Ignore("Not implemented")]
|
|
||||||
public async Task HistoryContainerBaseTest()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test, Ignore("Not implemented")]
|
|
||||||
public async Task PrimitivesContainerTest()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test, Ignore("Not implemented")]
|
|
||||||
public async Task McxContainerTest()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test, Ignore("Not implemented")]
|
|
||||||
public async Task CalibrationPartsContainerTest()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test, Ignore("Not implemented")]
|
|
||||||
public async Task PrintHistoryContainerTest()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test, Ignore("Not implemented")]
|
|
||||||
public async Task SqliteLibraryContainerTest()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test, Ignore("Not implemented")]
|
|
||||||
public async Task PrintQueueContainerTest()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test, Ignore("Not implemented")]
|
|
||||||
public async Task PlatingHistoryContainerTest()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test, Ignore("Not implemented")]
|
|
||||||
public async Task SDCardContainerTest()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test, Ignore("Not implemented")]
|
|
||||||
public async Task FileSystemContainerTest()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test, Ignore("Not implemented")]
|
|
||||||
public async Task RootLibraryContainerTest()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test, Ignore("Not implemented")]
|
|
||||||
public async Task ZipMemoryContainerTest()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test, Ignore("Not implemented")]
|
|
||||||
public async Task LibraryCollectionContainerTest()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -695,67 +695,6 @@ namespace MatterControl.Tests.MatterControl
|
||||||
// {"", "0x0x0"}, // no values should become 0s
|
// {"", "0x0x0"}, // no values should become 0s
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test, Ignore("Not Implemented")]
|
|
||||||
public void TextFieldTest()
|
|
||||||
{
|
|
||||||
Assert.Fail();
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test, Ignore("Not Implemented")]
|
|
||||||
public void ReadOnlyTextFieldTest()
|
|
||||||
{
|
|
||||||
Assert.Fail();
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test, Ignore("Not Implemented")]
|
|
||||||
public void BoundDoubleFieldTest()
|
|
||||||
{
|
|
||||||
Assert.Fail();
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test, Ignore("Not Implemented")]
|
|
||||||
public void CharFieldTest()
|
|
||||||
{
|
|
||||||
Assert.Fail();
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test, Ignore("Not Implemented")]
|
|
||||||
public void DirectionVectorFieldTest()
|
|
||||||
{
|
|
||||||
Assert.Fail();
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test, Ignore("Not Implemented")]
|
|
||||||
public void EnumFieldTest()
|
|
||||||
{
|
|
||||||
Assert.Fail();
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test, Ignore("Not Implemented")]
|
|
||||||
public void IconEnumFieldTest()
|
|
||||||
{
|
|
||||||
Assert.Fail();
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test, Ignore("Not Implemented")]
|
|
||||||
public async Task MarkdownEditFieldTest()
|
|
||||||
{
|
|
||||||
Assert.Fail();
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test, Ignore("Not Implemented")]
|
|
||||||
public async Task ListStringFieldTest()
|
|
||||||
{
|
|
||||||
Assert.Fail();
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test, Ignore("Not Implemented")]
|
|
||||||
public async Task SurfacedEditorsFieldTest()
|
|
||||||
{
|
|
||||||
Assert.Fail();
|
|
||||||
}
|
|
||||||
|
|
||||||
public class ValueMap
|
public class ValueMap
|
||||||
{
|
{
|
||||||
[DebuggerStepThrough]
|
[DebuggerStepThrough]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue