Ejemplo n.º 1
0
        public void RunTests()
        {
            try { ReleaseTests.AssertDebugNotDefined(); }
            catch (Exception e) { DumpException(e); }

            try { MatterHackers.GCodeVisualizer.GCodeFile.AssertDebugNotDefined(); }
            catch (Exception e) { DumpException(e); }

            try { MatterHackers.Agg.Graphics2D.AssertDebugNotDefined(); }
            catch (Exception e) { DumpException(e); }

            try { MatterHackers.Agg.UI.SystemWindow.AssertDebugNotDefined(); }
            catch (Exception e) { DumpException(e); }

            try { ClipperLib.Clipper.AssertDebugNotDefined(); }
            catch (Exception e) { DumpException(e); }

            try { MatterHackers.Csg.CSGTests.AssertDebugNotDefined(); }
            catch (Exception e) { DumpException(e); }

            try { MatterHackers.Agg.ImageProcessing.InvertLightness.AssertDebugNotDefined(); }
            catch (Exception e) { DumpException(e); }

            try { MatterHackers.Localizations.TranslationMap.AssertDebugNotDefined(); }
            catch (Exception e) { DumpException(e); }

            try { MatterHackers.MarchingSquares.MarchingSquaresByte.AssertDebugNotDefined(); }
            catch (Exception e) { DumpException(e); }

            try { MatterHackers.MatterControl.PluginSystem.MatterControlPlugin.AssertDebugNotDefined(); }
            catch (Exception e) { DumpException(e); }

            try { MatterHackers.MatterSlice.MatterSlice.AssertDebugNotDefined(); }
            catch (Exception e) { DumpException(e); }

            try { MatterHackers.MeshVisualizer.MeshViewerWidget.AssertDebugNotDefined(); }
            catch (Exception e) { DumpException(e); }

            try { MatterHackers.RenderOpenGl.GLMeshTrianglePlugin.AssertDebugNotDefined(); }
            catch (Exception e) { DumpException(e); }

            if (!HadErrors)
            {
                File.Delete(errorLogFileName);
            }
        }
Ejemplo n.º 2
0
        public void RunTests(string[] testCommands)
        {
            try { ReleaseTests.AssertDebugNotDefined(); }
            catch (Exception e) { DumpException(e); }

            try { MatterHackers.GCodeVisualizer.GCodeFile.AssertDebugNotDefined(); }
            catch (Exception e) { DumpException(e); }

            try { MatterHackers.Agg.Graphics2D.AssertDebugNotDefined(); }
            catch (Exception e) { DumpException(e); }

            try { MatterHackers.Agg.UI.SystemWindow.AssertDebugNotDefined(); }
            catch (Exception e) { DumpException(e); }

            if (!HadErrors)
            {
                File.Delete(errorLogFileName);
            }
        }