createHiltComposeRule
fun createHiltComposeRule(): AndroidComposeTestRule<ActivityScenarioRule<EmptyHiltActivity>, EmptyHiltActivity>
Creates an AndroidComposeTestRule for EmptyHiltActivity, an empty activity that doesn't set any content.
This allows testing Composables that require hilt injections.
AndroidComposeTestRule.setContent must be called inside the test body