Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add unit testing for awviz_common::RosTopicProperty #51

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

ktro2828
Copy link
Owner

Description

Add unit testing for awviz_common::RosTopicProperty.

How was this PR tested?

$ colcon build --packages-select awviz_common
$ colcon test --packages-select awviz_common
$ ./build/awviz_common/test_property                                                                                    
Running main() from /opt/ros/humble/src/gtest_vendor/src/gtest_main.cc                                                                                                                        
[==========] Running 3 tests from 1 test suite.                                                                                                                                               
[----------] Global test environment set-up.                                                                                                                                                  
[----------] 3 tests from PropertyTest                                                                                                                                                        
[ RUN      ] PropertyTest.EntityTopic                                                                                                                                                         
[       OK ] PropertyTest.EntityTopic (0 ms)                                                                                                                                                  
[ RUN      ] PropertyTest.EntityWithRootAndTopic                                                                                                                                              
[       OK ] PropertyTest.EntityWithRootAndTopic (0 ms)                                                                                                                                       
[ RUN      ] PropertyTest.EntityWithoutTopic                                                   
[       OK ] PropertyTest.EntityWithoutTopic (0 ms)                                                                                                                                           
[----------] 3 tests from PropertyTest (0 ms total)                                                                                                                                           

[----------] Global test environment tear-down                                                 
[==========] 3 tests from 1 test suite ran. (0 ms total)                                                                                                                                      
[  PASSED  ] 3 tests.

Notes for reviewers

None.

Effects on system behavior

None.

@github-actions github-actions bot added the ci Improvements or additions to CI or tests label Aug 19, 2024
@ktro2828 ktro2828 merged commit adbbab9 into main Aug 19, 2024
4 checks passed
@ktro2828 ktro2828 deleted the test/property branch August 19, 2024 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Improvements or additions to CI or tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant