CtrEditor/ObjetosSim/HydraulicComponents
Miguel de4193dee3 Add unit test for hydraulic component type assignability
- Created a new test class TestItemsSource in test_osBaseItemsSource.cs.
- Implemented TestTypeAssignability method to verify that osHydPipe, osHydDischargeTank, and osHydPump correctly implement the IHydraulicComponent interface.
- Added console output to display results of type checks and comparisons.
2025-09-04 18:25:31 +02:00
..
osHydDischargeTank.cs Refactor hydraulic components: removed ucPumpExample, added ucHydDischargeTank and ucHydPipe with corresponding logic and XAML. Introduced new converters for UI bindings and created a simple hydraulic system example with testing capabilities. 2025-09-04 17:29:20 +02:00
osHydPipe.cs Add unit test for hydraulic component type assignability 2025-09-04 18:25:31 +02:00
osHydPump.cs Add unit test for hydraulic component type assignability 2025-09-04 18:25:31 +02:00
osHydTank.cs Mejorado de HydPump 2025-09-04 15:54:14 +02:00
ucHydDischargeTank.xaml Refactor hydraulic components: removed ucPumpExample, added ucHydDischargeTank and ucHydPipe with corresponding logic and XAML. Introduced new converters for UI bindings and created a simple hydraulic system example with testing capabilities. 2025-09-04 17:29:20 +02:00
ucHydDischargeTank.xaml.cs Refactor hydraulic components: removed ucPumpExample, added ucHydDischargeTank and ucHydPipe with corresponding logic and XAML. Introduced new converters for UI bindings and created a simple hydraulic system example with testing capabilities. 2025-09-04 17:29:20 +02:00
ucHydPipe.xaml Refactor hydraulic components: removed ucPumpExample, added ucHydDischargeTank and ucHydPipe with corresponding logic and XAML. Introduced new converters for UI bindings and created a simple hydraulic system example with testing capabilities. 2025-09-04 17:29:20 +02:00
ucHydPipe.xaml.cs Refactor hydraulic components: removed ucPumpExample, added ucHydDischargeTank and ucHydPipe with corresponding logic and XAML. Introduced new converters for UI bindings and created a simple hydraulic system example with testing capabilities. 2025-09-04 17:29:20 +02:00
ucHydPump.xaml Add unit test for hydraulic component type assignability 2025-09-04 18:25:31 +02:00
ucHydPump.xaml.cs Add unit test for hydraulic component type assignability 2025-09-04 18:25:31 +02:00