DD2480-G12 / libphonenumber

Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers.
Apache License 2.0
0 stars 0 forks source link

Add test cases for PhoneMetadata::writeExternal (#25) #27

Closed spelgubbe closed 2 years ago

spelgubbe commented 2 years ago

The test cases improve branch coverage. The method was previously untested. Branch coverage improved from 0/0 to 25/25.

The test cases test the requirement that writeExternal and readExternal are compatible with each other.

Closes #25