You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: module/core/former/tests/inc/enum_unnamed_tests/mod.rs
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,9 +74,11 @@ mod tuple_multi_standalone_args_manual; // Re-enabled - simple manual enum with
74
74
mod tuple_multi_standalone_derive;// Re-enabled - testing standalone constructor functionality
75
75
mod tuple_multi_standalone_manual;// Re-enabled - let's test this manual implementation
76
76
// mod usecase1_derive; // REQUIRES DELEGATION ARCHITECTURE: Enum formers need proxy methods (.content(), .command()) that delegate to inner formers
77
+
mod usecase_replacement_derive;// REPLACEMENT: Simplified usecase functionality that works with current Former enum capabilities
77
78
// mod tuple_multi_standalone_only_test; // Include pattern file, not standalone
78
79
79
80
// mod usecase1_manual; // Disabled - import and trait issues (complex architectural fix needed)
81
+
mod usecase_manual_replacement_derive;// REPLACEMENT: Manual-style usecase functionality without import/trait issues
80
82
mod enum_named_fields_unnamed_derive;// Re-enabled - fixed inner doc comments issue
81
83
mod enum_named_fields_unnamed_manual;// Re-enabled - simpler test case without complex Former types
82
84
// mod enum_named_fields_unnamed_only_test; // Test file is included by derive/manual files, not standalone
@@ -90,6 +92,7 @@ mod standalone_constructor_tuple_only_test; // Re-enabled - fixed scope issues w
90
92
mod standalone_constructor_args_tuple_derive;// Re-enabled - enum #[arg_for_constructor] logic now implemented!
91
93
mod standalone_constructor_args_tuple_single_manual;// Re-enabled - complete manual implementation
92
94
// mod standalone_constructor_args_tuple_multi_manual; // BLOCKED - API mismatch with shared test file (wrong enum/function names)
95
+
mod standalone_constructor_args_tuple_multi_manual_replacement_derive;// REPLACEMENT: Proper standalone constructor args functionality with correct API
93
96
// mod standalone_constructor_args_tuple_only_test; // Disabled - include pattern test, not standalone
0 commit comments