Tests conversion of email address lists from semicolon-separated to comma-separated.
More...
Tests conversion of email address lists from semicolon-separated to comma-separated.
◆ Init()
void Tests.Common.IO.TTestEmailAddressListConverter.Init |
( |
| ) |
|
|
inline |
◆ TearDown()
void Tests.Common.IO.TTestEmailAddressListConverter.TearDown |
( |
| ) |
|
|
inline |
◆ Test1_Single_addr_spec()
void Tests.Common.IO.TTestEmailAddressListConverter.Test1_Single_addr_spec |
( |
| ) |
|
|
inline |
◆ Test2_comma_separated_addr_spec()
void Tests.Common.IO.TTestEmailAddressListConverter.Test2_comma_separated_addr_spec |
( |
| ) |
|
|
inline |
Commas are valid separators for .NET
◆ Test3_semicolon_separated_addr_spec()
void Tests.Common.IO.TTestEmailAddressListConverter.Test3_semicolon_separated_addr_spec |
( |
| ) |
|
|
inline |
Semicolons need to be converted to commas
◆ Test4_comma_separated_name_addr_quoted()
void Tests.Common.IO.TTestEmailAddressListConverter.Test4_comma_separated_name_addr_quoted |
( |
| ) |
|
|
inline |
Test when a display-name is added. First comma-separated...
◆ Test5_semicolon_separated_name_addr_quoted()
void Tests.Common.IO.TTestEmailAddressListConverter.Test5_semicolon_separated_name_addr_quoted |
( |
| ) |
|
|
inline |
...then semicolon-separeted
◆ Test6_semicolon_separated_name_addr_quoted_containing_semicolon()
void Tests.Common.IO.TTestEmailAddressListConverter.Test6_semicolon_separated_name_addr_quoted_containing_semicolon |
( |
| ) |
|
|
inline |
Test that quoted semicolons aren't converted.
◆ Test7_semicolon_separated_name_addr_containing_quoted_quotes()
void Tests.Common.IO.TTestEmailAddressListConverter.Test7_semicolon_separated_name_addr_containing_quoted_quotes |
( |
| ) |
|
|
inline |
Test that escaped quotes inside quotes still preserve semicolons as written.
◆ Test8_semicolon_separated_name_addr_backslash_quoted_containing_semicolon()
void Tests.Common.IO.TTestEmailAddressListConverter.Test8_semicolon_separated_name_addr_backslash_quoted_containing_semicolon |
( |
| ) |
|
|
inline |
And finally, that backslash-quoted semicolons also aren't converted.
The documentation for this class was generated from the following file: