Class PhoneNumberTest
java.lang.Object
org.apache.directory.scim.spec.phonenumber.PhoneNumberTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtest_parser_with_invalid_phone_numbers(String phoneUri) voidtest_parser_with_valid_phone_numbers(String phoneUri)
-
Constructor Details
-
PhoneNumberTest
public PhoneNumberTest()
-
-
Method Details
-
test_parser_with_valid_phone_numbers
@ParameterizedTest @MethodSource("getAllValidPhones") public void test_parser_with_valid_phone_numbers(String phoneUri) throws Exception - Throws:
Exception
-
test_parser_with_invalid_phone_numbers
@ParameterizedTest @MethodSource("getAllInvalidPhones") public void test_parser_with_invalid_phone_numbers(String phoneUri) throws org.apache.directory.scim.spec.phonenumber.PhoneNumberParseException - Throws:
org.apache.directory.scim.spec.phonenumber.PhoneNumberParseException
-