Verify behavior of a public method that uses a private method internally
Preconditions (1)
Step 1: Create an instance of the class
Step 2: Call the public method with a specific input
Step 3: Observe the output or behavior influenced by the private method
✅ Expected Result: The public method returns the expected result that depends on the private method's logic