Public Member Functions | |
def | setUp (self) |
def | setUpClass (cls) |
def | tearDown (self) |
def | tearDownClass (cls) |
def | test000 (self) |
def | test010 (self) |
def | test020 (self) |
def | test030 (self) |
def | test040 (self) |
def | test050 (self) |
def | test060 (self) |
def | test070 (self) |
def | test080 (self) |
def | test090 (self) |
Public Member Functions inherited from PathTests.PathTestUtils.PathTestBase | |
def | assertArc (self, edge, pt1, pt2, direction="CW") |
def | assertCircle (self, edge, pt, r) |
def | assertCoincide (self, pt1, pt2, error=0.0001) |
def | assertCommandEqual (self, c1, c2) |
def | assertConeAt (self, solid, pt, r1, r2, h) |
def | assertCurve (self, edge, p1, p2, p3) |
def | assertCylinderAt (self, solid, pt, r, h) |
def | assertEdgeShapesMatch (self, e1, e2) |
def | assertEqualLocale (self, s1, s2) |
def | assertLine (self, edge, pt1, pt2) |
def | assertLines (self, edgs, tail, points) |
def | assertPlacement (self, p1, p2) |
def | assertPointsMatch (self, pts0, pts1) |
def | assertRoughly (self, f1, f2, error=0.00001) |
Public Attributes | |
con | |
doc | |
docobj | |
def PathTests.TestCentroidPost.TestCentroidPost.setUp | ( | self | ) |
setUp()... This method is called prior to each `test()` method. Add code and objects here that are needed for multiple `test()` methods.
Referenced by PathTests.TestCentroidPost.TestCentroidPost.setUpClass(), and PathTests.TestCentroidPost.TestCentroidPost.tearDown().
def PathTests.TestCentroidPost.TestCentroidPost.setUpClass | ( | cls | ) |
setUpClass()... This method is called upon instantiation of this test class. Add code and objects here that are needed for the duration of the test() methods in this class. In other words, set up the 'global' test environment here; use the `setUp()` method to set up a 'local' test environment. This method does not have access to the class `self` reference, but it is able to call static methods within this same class.
References PathTests.TestCentroidPost.TestCentroidPost.setUp().
def PathTests.TestCentroidPost.TestCentroidPost.tearDown | ( | self | ) |
tearDown()... This method is called after each test() method. Add cleanup instructions here. Such cleanup instructions will likely undo those in the setUp() method.
References PathTests.TestCentroidPost.TestCentroidPost.setUp().
Referenced by PathTests.TestPathHelix.TestPathHelix.test03(), and PathTests.TestPathHelix.TestPathHelix.test04().
def PathTests.TestCentroidPost.TestCentroidPost.tearDownClass | ( | cls | ) |
tearDownClass()... This method is called prior to destruction of this test class. Add code and objects here that cleanup the test environment after the test() methods in this class have been executed. This method does not have access to the class `self` reference. This method is able to call static methods within this same class.
def PathTests.TestCentroidPost.TestCentroidPost.test000 | ( | self | ) |
Test Output Generation. Empty path. Produces only the preamble and postable.
References PathTests.TestCentroidPost.TestCentroidPost.docobj, PathTests.TestGrblPost.TestGrblPost.docobj, PathTests.TestLinuxCNCPost.TestLinuxCNCPost.docobj, PathTests.TestMach3Mach4Post.TestMach3Mach4Post.docobj, PathTests.TestRefactoredCentroidPost.TestRefactoredCentroidPost.docobj, PathTests.TestRefactoredGrblPost.TestRefactoredGrblPost.docobj, PathTests.TestRefactoredLinuxCNCPost.TestRefactoredLinuxCNCPost.docobj, PathTests.TestRefactoredMach3Mach4Post.TestRefactoredMach3Mach4Post.docobj, and PathTests.TestRefactoredTestPost.TestRefactoredTestPost.docobj.
def PathTests.TestCentroidPost.TestCentroidPost.test010 | ( | self | ) |
Test command Generation. Test Precision
References PathTests.TestCentroidPost.TestCentroidPost.docobj, PathTests.TestGrblPost.TestGrblPost.docobj, PathTests.TestLinuxCNCPost.TestLinuxCNCPost.docobj, PathTests.TestMach3Mach4Post.TestMach3Mach4Post.docobj, PathTests.TestRefactoredCentroidPost.TestRefactoredCentroidPost.docobj, PathTests.TestRefactoredGrblPost.TestRefactoredGrblPost.docobj, PathTests.TestRefactoredLinuxCNCPost.TestRefactoredLinuxCNCPost.docobj, PathTests.TestRefactoredMach3Mach4Post.TestRefactoredMach3Mach4Post.docobj, and PathTests.TestRefactoredTestPost.TestRefactoredTestPost.docobj.
def PathTests.TestCentroidPost.TestCentroidPost.test020 | ( | self | ) |
Test Line Numbers
References PathTests.TestCentroidPost.TestCentroidPost.docobj, PathTests.TestGrblPost.TestGrblPost.docobj, PathTests.TestLinuxCNCPost.TestLinuxCNCPost.docobj, PathTests.TestMach3Mach4Post.TestMach3Mach4Post.docobj, PathTests.TestRefactoredCentroidPost.TestRefactoredCentroidPost.docobj, PathTests.TestRefactoredGrblPost.TestRefactoredGrblPost.docobj, PathTests.TestRefactoredLinuxCNCPost.TestRefactoredLinuxCNCPost.docobj, PathTests.TestRefactoredMach3Mach4Post.TestRefactoredMach3Mach4Post.docobj, and PathTests.TestRefactoredTestPost.TestRefactoredTestPost.docobj.
def PathTests.TestCentroidPost.TestCentroidPost.test030 | ( | self | ) |
Test Pre-amble
References PathTests.TestCentroidPost.TestCentroidPost.docobj, PathTests.TestGrblPost.TestGrblPost.docobj, PathTests.TestLinuxCNCPost.TestLinuxCNCPost.docobj, PathTests.TestMach3Mach4Post.TestMach3Mach4Post.docobj, PathTests.TestRefactoredCentroidPost.TestRefactoredCentroidPost.docobj, PathTests.TestRefactoredGrblPost.TestRefactoredGrblPost.docobj, PathTests.TestRefactoredLinuxCNCPost.TestRefactoredLinuxCNCPost.docobj, PathTests.TestRefactoredMach3Mach4Post.TestRefactoredMach3Mach4Post.docobj, and PathTests.TestRefactoredTestPost.TestRefactoredTestPost.docobj.
def PathTests.TestCentroidPost.TestCentroidPost.test040 | ( | self | ) |
Test Post-amble
References PathTests.TestCentroidPost.TestCentroidPost.docobj, PathTests.TestGrblPost.TestGrblPost.docobj, PathTests.TestLinuxCNCPost.TestLinuxCNCPost.docobj, PathTests.TestMach3Mach4Post.TestMach3Mach4Post.docobj, PathTests.TestRefactoredCentroidPost.TestRefactoredCentroidPost.docobj, PathTests.TestRefactoredGrblPost.TestRefactoredGrblPost.docobj, PathTests.TestRefactoredLinuxCNCPost.TestRefactoredLinuxCNCPost.docobj, PathTests.TestRefactoredMach3Mach4Post.TestRefactoredMach3Mach4Post.docobj, and PathTests.TestRefactoredTestPost.TestRefactoredTestPost.docobj.
def PathTests.TestCentroidPost.TestCentroidPost.test050 | ( | self | ) |
Test inches
References PathTests.TestCentroidPost.TestCentroidPost.docobj, PathTests.TestGrblPost.TestGrblPost.docobj, PathTests.TestLinuxCNCPost.TestLinuxCNCPost.docobj, PathTests.TestMach3Mach4Post.TestMach3Mach4Post.docobj, PathTests.TestRefactoredCentroidPost.TestRefactoredCentroidPost.docobj, PathTests.TestRefactoredGrblPost.TestRefactoredGrblPost.docobj, PathTests.TestRefactoredLinuxCNCPost.TestRefactoredLinuxCNCPost.docobj, PathTests.TestRefactoredMach3Mach4Post.TestRefactoredMach3Mach4Post.docobj, and PathTests.TestRefactoredTestPost.TestRefactoredTestPost.docobj.
def PathTests.TestCentroidPost.TestCentroidPost.test060 | ( | self | ) |
Test test modal Suppress the command name if the same as previous
References PathTests.TestCentroidPost.TestCentroidPost.docobj, PathTests.TestGrblPost.TestGrblPost.docobj, PathTests.TestLinuxCNCPost.TestLinuxCNCPost.docobj, PathTests.TestMach3Mach4Post.TestMach3Mach4Post.docobj, PathTests.TestRefactoredCentroidPost.TestRefactoredCentroidPost.docobj, PathTests.TestRefactoredGrblPost.TestRefactoredGrblPost.docobj, PathTests.TestRefactoredLinuxCNCPost.TestRefactoredLinuxCNCPost.docobj, PathTests.TestRefactoredMach3Mach4Post.TestRefactoredMach3Mach4Post.docobj, and PathTests.TestRefactoredTestPost.TestRefactoredTestPost.docobj.
def PathTests.TestCentroidPost.TestCentroidPost.test070 | ( | self | ) |
Test axis modal Suppress the axis coordinate if the same as previous
References PathTests.TestCentroidPost.TestCentroidPost.docobj, PathTests.TestGrblPost.TestGrblPost.docobj, PathTests.TestLinuxCNCPost.TestLinuxCNCPost.docobj, PathTests.TestMach3Mach4Post.TestMach3Mach4Post.docobj, PathTests.TestRefactoredCentroidPost.TestRefactoredCentroidPost.docobj, PathTests.TestRefactoredGrblPost.TestRefactoredGrblPost.docobj, PathTests.TestRefactoredLinuxCNCPost.TestRefactoredLinuxCNCPost.docobj, PathTests.TestRefactoredMach3Mach4Post.TestRefactoredMach3Mach4Post.docobj, and PathTests.TestRefactoredTestPost.TestRefactoredTestPost.docobj.
def PathTests.TestCentroidPost.TestCentroidPost.test080 | ( | self | ) |
Test tool change
References PathTests.TestCentroidPost.TestCentroidPost.docobj, PathTests.TestGrblPost.TestGrblPost.docobj, PathTests.TestLinuxCNCPost.TestLinuxCNCPost.docobj, PathTests.TestMach3Mach4Post.TestMach3Mach4Post.docobj, PathTests.TestRefactoredCentroidPost.TestRefactoredCentroidPost.docobj, PathTests.TestRefactoredGrblPost.TestRefactoredGrblPost.docobj, PathTests.TestRefactoredLinuxCNCPost.TestRefactoredLinuxCNCPost.docobj, PathTests.TestRefactoredMach3Mach4Post.TestRefactoredMach3Mach4Post.docobj, and PathTests.TestRefactoredTestPost.TestRefactoredTestPost.docobj.
def PathTests.TestCentroidPost.TestCentroidPost.test090 | ( | self | ) |
Test comment
References PathTests.TestCentroidPost.TestCentroidPost.docobj, PathTests.TestGrblPost.TestGrblPost.docobj, PathTests.TestLinuxCNCPost.TestLinuxCNCPost.docobj, PathTests.TestMach3Mach4Post.TestMach3Mach4Post.docobj, PathTests.TestRefactoredCentroidPost.TestRefactoredCentroidPost.docobj, PathTests.TestRefactoredGrblPost.TestRefactoredGrblPost.docobj, PathTests.TestRefactoredLinuxCNCPost.TestRefactoredLinuxCNCPost.docobj, PathTests.TestRefactoredMach3Mach4Post.TestRefactoredMach3Mach4Post.docobj, and PathTests.TestRefactoredTestPost.TestRefactoredTestPost.docobj.
PathTests.TestCentroidPost.TestCentroidPost.con |
PathTests.TestCentroidPost.TestCentroidPost.doc |
Referenced by draftguitools.gui_lineslope.LineSlope.accept(), draftguitools.gui_dimensions.Dimension.action(), draftguitools.gui_base.GuiCommandSimplest.Activated(), draftguitools.gui_beziers.BezCurve.Activated(), draftguitools.gui_beziers.CubicBezCurve.Activated(), draftguitools.gui_dimension_ops.FlipDimension.Activated(), draftguitools.gui_groups.AddToConstruction.Activated(), draftguitools.gui_heal.Heal.Activated(), draftguitools.gui_layers.Layer.Activated(), draftguitools.gui_splines.BSpline.Activated(), draftguitools.gui_wire2spline.WireToBSpline.Activated(), draftguitools.gui_lines.Line.Activated(), WorkingPlane.Plane.alignToPointAndAxis(), WorkingPlane.Plane.alignToPointAndAxis_SVG(), Mod.Show.SceneDetails.ClipPlane.ClipPlane.apply_data(), Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.apply_data(), Mod.Show.SceneDetails.Pickability.Pickability.apply_data(), Mod.Show.SceneDetails.VProperty.VProperty.apply_data(), importSVG.svgHandler.characters(), draftguitools.gui_drawing.Drawing.createDefaultPage(), draftguitools.gui_fillets.Fillet.draw_arc(), importSVG.svgHandler.endElement(), draftguitools.gui_arcs.Arc_3Points.finish(), draftguitools.gui_fillets.Fillet.finish(), draftguitools.gui_arcs.Arc.finish(), draftguitools.gui_beziers.BezCurve.finish(), draftguitools.gui_beziers.CubicBezCurve.finish(), draftguitools.gui_polygons.Polygon.finish(), draftguitools.gui_rotate.Rotate.finish(), draftguitools.gui_splines.BSpline.finish(), Mod.Show.SceneDetail.SceneDetail.full_key(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.get_annotations(), importIFClegacy.IfcEntity.getProperties(), importIFClegacy.IfcEntity.getProperty(), draftguitools.gui_groups.AddToGroup.proceed(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.read_meta(), draftguitools.gui_trimex.Trimex.redraw(), draftguitools.gui_lines.Line.removeTemporaryObject(), WorkingPlane.Plane.reset(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.save_meta(), Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.scene_value(), Mod.Show.SceneDetails.Pickability.Pickability.scene_value(), Mod.Show.SceneDetails.VProperty.VProperty.scene_value(), Mod.Show.SceneDetail.SceneDetail.set_doc(), drafttests.test_creation.DraftCreation.tearDown(), PathTests.TestPathDrillable.TestPathDrillable.tearDown(), PathTests.TestPathHelix.TestPathHelix.tearDown(), PathTests.TestPathPropertyBag.TestPathPropertyBag.tearDown(), PathTests.TestPathSetupSheet.TestPathSetupSheet.tearDown(), PathTests.TestPathToolController.TestPathToolController.tearDown(), TestSpreadsheet.SpreadsheetCases.tearDown(), PathTests.TestPathSetupSheet.TestPathSetupSheet.test00(), PathTests.TestPathUtil.TestPathUtil.test00(), PathTests.TestPathPost.TestOutputNameSubstitution.test000(), PathTests.TestPathSetupSheet.TestPathSetupSheet.test01(), PathTests.TestPathUtil.TestPathUtil.test01(), PathTests.TestPathAdaptive.TestPathAdaptive.test02(), PathTests.TestPathUtil.TestPathUtil.test02(), PathTests.TestPathAdaptive.TestPathAdaptive.test03(), PathTests.TestPathHelix.TestPathHelix.test03(), PathTests.TestPathUtil.TestPathUtil.test03(), PathTests.TestPathAdaptive.TestPathAdaptive.test04(), PathTests.TestPathHelix.TestPathHelix.test04(), PathTests.TestPathUtil.TestPathUtil.test04(), PathTests.TestPathAdaptive.TestPathAdaptive.test05(), PathTests.TestPathAdaptive.TestPathAdaptive.test06(), PathTests.TestPathAdaptive.TestPathAdaptive.test07(), PathTests.TestPathSetupSheet.TestPathSetupSheet.test13(), drafttests.test_creation.DraftCreation.test_dimension_linear_obj(), drafttests.test_creation.DraftCreation.test_dimension_radial_obj(), drafttests.test_creation.DraftCreation.test_facebinder(), drafttests.test_creation.DraftCreation.test_fillet(), drafttests.test_creation.DraftCreation.test_label(), TestSpreadsheet.SpreadsheetCases.testAggregates(), TestSpreadsheet.SpreadsheetCases.testAlias(), TestSpreadsheet.SpreadsheetCases.testAmbiguousAlias(), TestSpreadsheet.SpreadsheetCases.testBindAcrossSheets(), TestSpreadsheet.SpreadsheetCases.testBindHiddenRefAcrossSheets(), TestSpreadsheet.SpreadsheetCases.testClearAlias(), TestSpreadsheetGui.SpreadsheetGuiCases.testCopySingleCell(), TestSpreadsheet.SpreadsheetCases.testCrossDocumentLinks(), TestSpreadsheet.SpreadsheetCases.testExpressionWithAlias(), TestSpreadsheet.SpreadsheetCases.testFixPR6843(), TestSpreadsheet.SpreadsheetCases.testFunctions(), TestSpreadsheet.SpreadsheetCases.testInsertColumnsAlias(), TestSpreadsheet.SpreadsheetCases.testInsertRows(), TestSpreadsheet.SpreadsheetCases.testInsertRowsAlias(), TestSpreadsheet.SpreadsheetCases.testInvoluteGear(), TestSpreadsheet.SpreadsheetCases.testIssue3128(), TestSpreadsheet.SpreadsheetCases.testIssue3225(), TestSpreadsheet.SpreadsheetCases.testIssue3363(), TestSpreadsheet.SpreadsheetCases.testIssue3432(), TestSpreadsheet.SpreadsheetCases.testIssue4156(), TestSpreadsheet.SpreadsheetCases.testIssue6840(), TestSpreadsheet.SpreadsheetCases.testIssue6844(), TestSpreadsheet.SpreadsheetCases.testMatrix(), TestSpreadsheet.SpreadsheetCases.testMergeCells(), TestSpreadsheet.SpreadsheetCases.testMergeCellsAndBind(), TestSpreadsheet.SpreadsheetCases.testNumbers(), TestSpreadsheet.SpreadsheetCases.testPlacementName(), TestSpreadsheet.SpreadsheetCases.testPrecedence(), TestSpreadsheet.SpreadsheetCases.testQuantitiesAndFractionsAsNumbers(), TestSpreadsheet.SpreadsheetCases.testRelationalOperators(), TestSpreadsheet.SpreadsheetCases.testRemoveColumnsAlias(), TestSpreadsheet.SpreadsheetCases.testRemoveColumnsAliasReuseName(), TestSpreadsheet.SpreadsheetCases.testRemoveRows(), TestSpreadsheet.SpreadsheetCases.testRemoveRowsAlias(), TestSpreadsheet.SpreadsheetCases.testRemoveRowsAliasReuseName(), TestSpreadsheet.SpreadsheetCases.testRenameAlias(), TestSpreadsheet.SpreadsheetCases.testRenameAlias2(), TestSpreadsheet.SpreadsheetCases.testRenameAlias3(), TestSpreadsheet.SpreadsheetCases.testSetInvalidAlias(), TestSpreadsheet.SpreadsheetCases.testSetInvalidAlias2(), TestSpreadsheet.SpreadsheetCases.testSketcher(), TestSpreadsheet.SpreadsheetCases.testUndoAliasCreationReuseName(), TestSpreadsheet.SpreadsheetCases.testUnits(), draftguitools.gui_trimex.Trimex.trimObject(), draftguitools.gui_trimex.Trimex.trimObjects(), Mod.PartDesign.WizardShaft.Shaft.Shaft.updateConstraint(), Mod.PartDesign.WizardShaft.Shaft.Shaft.updateEdge(), and Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.val().
PathTests.TestCentroidPost.TestCentroidPost.docobj |
Referenced by PathTests.TestCentroidPost.TestCentroidPost.test000(), PathTests.TestGrblPost.TestGrblPost.test000(), PathTests.TestLinuxCNCPost.TestLinuxCNCPost.test000(), PathTests.TestMach3Mach4Post.TestMach3Mach4Post.test000(), PathTests.TestRefactoredCentroidPost.TestRefactoredCentroidPost.test000(), PathTests.TestRefactoredGrblPost.TestRefactoredGrblPost.test000(), PathTests.TestRefactoredLinuxCNCPost.TestRefactoredLinuxCNCPost.test000(), PathTests.TestRefactoredMach3Mach4Post.TestRefactoredMach3Mach4Post.test000(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test00000(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test00100(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test00110(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test00120(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test00130(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test00140(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test00150(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test00160(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test00170(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test00180(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test00190(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test00200(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test00210(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test00220(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test00230(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test00240(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test00250(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test00260(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test00270(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test00280(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test00290(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test00300(), PathTests.TestCentroidPost.TestCentroidPost.test010(), PathTests.TestGrblPost.TestGrblPost.test010(), PathTests.TestLinuxCNCPost.TestLinuxCNCPost.test010(), PathTests.TestMach3Mach4Post.TestMach3Mach4Post.test010(), PathTests.TestRefactoredCentroidPost.TestRefactoredCentroidPost.test010(), PathTests.TestRefactoredGrblPost.TestRefactoredGrblPost.test010(), PathTests.TestRefactoredLinuxCNCPost.TestRefactoredLinuxCNCPost.test010(), PathTests.TestRefactoredMach3Mach4Post.TestRefactoredMach3Mach4Post.test010(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test01000(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test01010(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test01020(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test01030(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test01040(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test01170(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test01171(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test01180(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test01181(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test01190(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test01191(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test01200(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test01210(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test01400(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test01410(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test01411(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test01420(), PathTests.TestRefactoredTestPost.TestRefactoredTestPost.test01421(), PathTests.TestCentroidPost.TestCentroidPost.test020(), PathTests.TestGrblPost.TestGrblPost.test020(), PathTests.TestLinuxCNCPost.TestLinuxCNCPost.test020(), PathTests.TestMach3Mach4Post.TestMach3Mach4Post.test020(), PathTests.TestRefactoredCentroidPost.TestRefactoredCentroidPost.test020(), PathTests.TestRefactoredGrblPost.TestRefactoredGrblPost.test020(), PathTests.TestRefactoredLinuxCNCPost.TestRefactoredLinuxCNCPost.test020(), PathTests.TestRefactoredMach3Mach4Post.TestRefactoredMach3Mach4Post.test020(), PathTests.TestCentroidPost.TestCentroidPost.test030(), PathTests.TestGrblPost.TestGrblPost.test030(), PathTests.TestLinuxCNCPost.TestLinuxCNCPost.test030(), PathTests.TestMach3Mach4Post.TestMach3Mach4Post.test030(), PathTests.TestRefactoredCentroidPost.TestRefactoredCentroidPost.test030(), PathTests.TestRefactoredGrblPost.TestRefactoredGrblPost.test030(), PathTests.TestRefactoredLinuxCNCPost.TestRefactoredLinuxCNCPost.test030(), PathTests.TestRefactoredMach3Mach4Post.TestRefactoredMach3Mach4Post.test030(), PathTests.TestCentroidPost.TestCentroidPost.test040(), PathTests.TestGrblPost.TestGrblPost.test040(), PathTests.TestLinuxCNCPost.TestLinuxCNCPost.test040(), PathTests.TestMach3Mach4Post.TestMach3Mach4Post.test040(), PathTests.TestRefactoredCentroidPost.TestRefactoredCentroidPost.test040(), PathTests.TestRefactoredGrblPost.TestRefactoredGrblPost.test040(), PathTests.TestRefactoredLinuxCNCPost.TestRefactoredLinuxCNCPost.test040(), PathTests.TestRefactoredMach3Mach4Post.TestRefactoredMach3Mach4Post.test040(), PathTests.TestCentroidPost.TestCentroidPost.test050(), PathTests.TestGrblPost.TestGrblPost.test050(), PathTests.TestLinuxCNCPost.TestLinuxCNCPost.test050(), PathTests.TestMach3Mach4Post.TestMach3Mach4Post.test050(), PathTests.TestRefactoredCentroidPost.TestRefactoredCentroidPost.test050(), PathTests.TestRefactoredGrblPost.TestRefactoredGrblPost.test050(), PathTests.TestRefactoredLinuxCNCPost.TestRefactoredLinuxCNCPost.test050(), PathTests.TestRefactoredMach3Mach4Post.TestRefactoredMach3Mach4Post.test050(), PathTests.TestCentroidPost.TestCentroidPost.test060(), PathTests.TestGrblPost.TestGrblPost.test060(), PathTests.TestLinuxCNCPost.TestLinuxCNCPost.test060(), PathTests.TestMach3Mach4Post.TestMach3Mach4Post.test060(), PathTests.TestRefactoredCentroidPost.TestRefactoredCentroidPost.test060(), PathTests.TestRefactoredGrblPost.TestRefactoredGrblPost.test060(), PathTests.TestRefactoredLinuxCNCPost.TestRefactoredLinuxCNCPost.test060(), PathTests.TestRefactoredMach3Mach4Post.TestRefactoredMach3Mach4Post.test060(), PathTests.TestCentroidPost.TestCentroidPost.test070(), PathTests.TestGrblPost.TestGrblPost.test070(), PathTests.TestLinuxCNCPost.TestLinuxCNCPost.test070(), PathTests.TestMach3Mach4Post.TestMach3Mach4Post.test070(), PathTests.TestRefactoredCentroidPost.TestRefactoredCentroidPost.test070(), PathTests.TestRefactoredGrblPost.TestRefactoredGrblPost.test070(), PathTests.TestRefactoredLinuxCNCPost.TestRefactoredLinuxCNCPost.test070(), PathTests.TestRefactoredMach3Mach4Post.TestRefactoredMach3Mach4Post.test070(), PathTests.TestCentroidPost.TestCentroidPost.test080(), PathTests.TestGrblPost.TestGrblPost.test080(), PathTests.TestLinuxCNCPost.TestLinuxCNCPost.test080(), PathTests.TestMach3Mach4Post.TestMach3Mach4Post.test080(), PathTests.TestRefactoredCentroidPost.TestRefactoredCentroidPost.test080(), PathTests.TestRefactoredGrblPost.TestRefactoredGrblPost.test080(), PathTests.TestRefactoredLinuxCNCPost.TestRefactoredLinuxCNCPost.test080(), PathTests.TestRefactoredMach3Mach4Post.TestRefactoredMach3Mach4Post.test080(), PathTests.TestCentroidPost.TestCentroidPost.test090(), PathTests.TestGrblPost.TestGrblPost.test090(), PathTests.TestLinuxCNCPost.TestLinuxCNCPost.test090(), PathTests.TestMach3Mach4Post.TestMach3Mach4Post.test090(), PathTests.TestRefactoredCentroidPost.TestRefactoredCentroidPost.test090(), PathTests.TestRefactoredGrblPost.TestRefactoredGrblPost.test090(), PathTests.TestRefactoredLinuxCNCPost.TestRefactoredLinuxCNCPost.test090(), and PathTests.TestRefactoredMach3Mach4Post.TestRefactoredMach3Mach4Post.test090().