Verify exception message when invalid input is provided
Preconditions (2)
Step 1: Call the method parseNumber with input 'abc'
Step 2: Catch the IllegalArgumentException thrown
Step 3: Verify the exception message is exactly 'Invalid number format'
✅ Expected Result: The test should pass only if the exception is thrown and the message matches 'Invalid number format'