* @brief Main test runner function for priority functionality * * Initializes Google Test framework and runs all priority feature tests. * Called by the test execution environment to start testing process. */
| 855 | * Called by the test execution environment to start testing process. |
| 856 | */ |
| 857 | int main(int argc, char **argv) { |
| 858 | ::testing::InitGoogleTest(&argc, argv); |
| 859 | return RUN_ALL_TESTS(); |
| 860 | } |
nothing calls this directly
no outgoing calls
no test coverage detected