Clean code and testing tweak
This commit is contained in:
@@ -28,6 +28,6 @@ protected:
|
||||
Part::Boolean* _boolean; // NOLINT Can't be private in a test framework
|
||||
};
|
||||
|
||||
// This is completely tested in the FeaturePartCommon, FeaturePartCut, and FeaturePartFuse
|
||||
// subclasses. This class is unfortunately not usable unless initialized in one of those
|
||||
// forms, so no testing at this level.
|
||||
// This is completely tested in the FeaturePartCommon, FeaturePartCut, FeaturePartFuse and
|
||||
// FeaturePartSection subclasses. This class is unfortunately not usable unless initialized in one
|
||||
// of those forms, so no testing at this level.
|
||||
|
||||
Reference in New Issue
Block a user