Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GiridharBukka committed Jan 24, 2023
1 parent 976f64c commit eadabde
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class MecanumDriveControllerTest
{
};

// checking if all parameters are initialized and set as expected
TEST_F(MecanumDriveControllerTest, all_parameters_set_configure_success)
{
SetUpController();
Expand All @@ -48,6 +49,7 @@ TEST_F(MecanumDriveControllerTest, all_parameters_set_configure_success)
ASSERT_EQ(controller_->params_.interface_name, interface_name_);
}

// checking if all interfaces, command and state interfaces are exported as expected
TEST_F(MecanumDriveControllerTest, check_exported_intefaces)
{
SetUpController();
Expand Down

0 comments on commit eadabde

Please sign in to comment.