Skip to content

Commit cb17b69

Browse files
committed
test(ui): Split monolithic parameter validation tests
Replaced test_parameter_validation.cpp with focused tests: - test_parameter_metadata.cpp - test_parameter_validator.cpp - test_validation_result.cpp Improves isolation and readability; updates CMake to include new files.
1 parent b5c7b6b commit cb17b69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/unit/ui/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@
55
target_sources(openpfc-tests PRIVATE
66
test_ui_errors.cpp
77
test_toml_to_json.cpp
8-
test_parameter_validation.cpp
8+
test_parameter_metadata.cpp
9+
test_parameter_validator.cpp
10+
test_validation_result.cpp
911
)

0 commit comments

Comments
 (0)