class MAGES::MeshDeformations::Editor::Tests::TetrahedralizationEditorWindowTests¶
EditMode tests for TetrahedralizationEditorWindow — the two non-UI decisions factored out as internal static helpers: tetrahedralizer discovery and parameter-field construction. Menu wiring, the save panel and AssetDatabase.Refresh are Editor-UI side effects, validated manually.
class TetrahedralizationEditorWindowTests
{
public:
// classes
class ScratchWindow;
// methods
void DiscoverTetrahedralizers_ContainsSimpleImpl_ExcludesAbstractAndInterface();
void CreateParameterField_MapsSupportedTypesToFields();
void CreateParameterField_EditWritesBackBoxedValue();
void CreateParameterField_UnsupportedType_ProducesDisabledLabelAndPassesThrough();
};