This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Assert: | |
// 1.) These items are not null | |
// 2.) These items are of type MyClass | |
// 3.) The expected collection is the same as the actual collection | |
CollectionAssert.AllItemsAreNotNull(actual); | |
CollectionAssert.AllItemsAreInstancesOfType(actual, typeof(MyClass)); | |
CollectionAssert.AreEqual(expected, actual); | |
// Also: | |
// 4.) The collection we expect to be filled shouldn't be the same as the empty one |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script> | |
<script type="text/javascript"> window.jQuery || document.write("<script src='/scripts/jquery-1.6.1.min.js'>\x3C/script>") </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; ADDITIONAL SECTION: | |
a.mx.mail.yahoo.com. 1800 IN A 67.195.168.31 | |
b.mx.mail.yahoo.com. 1800 IN A 74.6.136.65 | |
d.mx.mail.yahoo.com. 1800 IN A 209.191.88.254 | |
e.mx.mail.yahoo.com. 1800 IN A 67.195.168.230 | |
f.mx.mail.yahoo.com. 1800 IN A 98.137.54.237 | |
g.mx.mail.yahoo.com. 1800 IN A 98.137.54.238 | |
h.mx.mail.yahoo.com. 1800 IN A 66.94.236.34 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; AUTHORITY SECTION: | |
yahoo.com. 5014 IN NS ns5.yahoo.com. | |
yahoo.com. 5014 IN NS ns2.yahoo.com. | |
yahoo.com. 5014 IN NS ns8.yahoo.com. | |
yahoo.com. 5014 IN NS ns1.yahoo.com. | |
yahoo.com. 5014 IN NS ns3.yahoo.com. | |
yahoo.com. 5014 IN NS ns6.yahoo.com. | |
yahoo.com. 5014 IN NS ns4.yahoo.com. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; ANSWER SECTION: | |
yahoo.com. 1800 IN MX 1 l.mx.mail.yahoo.com. | |
yahoo.com. 1800 IN MX 1 m.mx.mail.yahoo.com. | |
yahoo.com. 1800 IN MX 1 n.mx.mail.yahoo.com. | |
yahoo.com. 1800 IN MX 1 a.mx.mail.yahoo.com. | |
yahoo.com. 1800 IN MX 1 b.mx.mail.yahoo.com. | |
yahoo.com. 1800 IN MX 1 d.mx.mail.yahoo.com. | |
yahoo.com. 1800 IN MX 1 e.mx.mail.yahoo.com. | |
yahoo.com. 1800 IN MX 1 f.mx.mail.yahoo.com. | |
yahoo.com. 1800 IN MX 1 g.mx.mail.yahoo.com. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; QUESTION SECTION: | |
;yahoo.com. IN MX |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; <<>> DiG 9.8.0-P1 <<>> yahoo.com MX | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 23047 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 13, AUTHORITY: 7, ADDITIONAL: 7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dig yahoo.com MX | |
; <<>> DiG 9.8.0-P1 <<>> yahoo.com MX | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 23047 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 13, AUTHORITY: 7, ADDITIONAL: 7 | |
;; QUESTION SECTION: | |
;yahoo.com. IN MX |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dig -x 97.74.104.201 | |
; <<>> DiG 9.8.0-P1 <<>> -x 97.74.104.201 | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24181 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 2 | |
;; QUESTION SECTION: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dig @ns1.google.com www.google.com | |
; <<>> DiG 9.8.0-P1 <<>> @ns1.google.com www.google.com | |
; (1 server found) | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30428 | |
;; flags: qr aa rd; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 0 |