]> OCCT Git - occt.git/commit
Testing - Cover Boolean operation with GTests (#721)
authorPasukhin Dmitry <dpasukhi@opencascade.com>
Wed, 8 Oct 2025 10:50:42 +0000 (11:50 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Oct 2025 10:50:42 +0000 (11:50 +0100)
commit76b05809d0f40abd1f44a74b51e4bb683895e28d
tree98642b744802a4f22ccdd44297561892bbe7fbe8
parentb295b40387f2275b1d1705eb89a9afabea0e48cd
Testing - Cover Boolean operation with GTests (#721)

- Added systematic Boolean operation test coverage using Google Test framework
- Implemented test utilities for shape creation, transformation, and validation
- Migrated existing Draw-based Boolean tests to C++ GTests for better automation
src/ModelingAlgorithms/TKBO/GTests/BOPAlgo_BOP_Test.cxx [new file with mode: 0644]
src/ModelingAlgorithms/TKBO/GTests/BOPTest_Utilities.pxx [new file with mode: 0644]
src/ModelingAlgorithms/TKBO/GTests/BRepAlgoAPI_Common_Test.cxx [new file with mode: 0644]
src/ModelingAlgorithms/TKBO/GTests/BRepAlgoAPI_Cut_Test.cxx [new file with mode: 0644]
src/ModelingAlgorithms/TKBO/GTests/BRepAlgoAPI_Cut_Test_1.cxx [new file with mode: 0644]
src/ModelingAlgorithms/TKBO/GTests/BRepAlgoAPI_Fuse_Test.cxx [new file with mode: 0644]
src/ModelingAlgorithms/TKBO/GTests/FILES.cmake