Available on crate feature
testing
only.Expand description
Unit tests compatible with different runtime.
Functionsยง
- domain_
search_ test - Test domain search.
- fqdn_
test - Test fqdn.
- hosts_
lookup_ test system-config
- Test AsyncResolver created from system configuration with host lookups.
- idna_
test - Test idna.
- ip_
lookup_ across_ threads_ test - Test IP lookup from IP literals across threads.
- ip_
lookup_ test - Test IP lookup from IP literals.
- large_
ndots_ test - Test large ndots with non-fqdn.
- localhost_
ipv4_ test - Test ipv4 localhost.
- localhost_
ipv6_ test - Test ipv6 localhost.
- lookup_
test - Test IP lookup from URLs.
- ndots_
test - Test ndots with non-fqdn.
- search_
ipv4_ large_ ndots_ test - Test ipv4 search with large ndots.
- search_
ipv6_ large_ ndots_ test - Test ipv6 search with large ndots.
- search_
ipv6_ name_ parse_ fails_ test - Test ipv6 name parse fails.
- search_
list_ test - Test search lists.
- sec_
lookup_ fails_ test dnssec
- Test IP lookup from domains that exist but unsigned with DNSSEC validation.
- sec_
lookup_ test dnssec
- Test IP lookup from URLs with DNSSEC validation.
- system_
lookup_ test system-config
- Test AsyncResolver created from system configuration with IP lookup.