Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed Mar 29, 2024
1 parent 6898b9c commit 3dd7088
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/menu_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ TEST_CASE("FluentMenu Test: ") {
std::string str{} ;
CHECK(menu.get_label(str)) ;
CHECK(str.empty()) ;

CHECK_FALSE(menu.is_mouse_over()) ;
}

SUBCASE("Error Check: create_menu") {
Expand Down

0 comments on commit 3dd7088

Please sign in to comment.