For more information on the search, visit the help page.
RaisedArgs
__init__
args
kwargs
test_dns
CommonConstructorTestsMixin
CompactReprTests
ConstructorTestsMixin
DatagramProtocolTests
DNSProtocolTests
DomainStringTests
EDNSMessageConstructorTests
EDNSMessageEDNSEncodingTests
EDNSMessageEqualityTests
EDNSMessageSpecificsTests
EDNSMessageStandardEncodingTests
EqualityTests
Foo
IsSubdomainOfTests
MessageAuthoritative
MessageComparable
MessageComparisonTests
MessageComplete
MessageConstructorTests
MessageEDNSComplete
MessageEDNSExtendedRCODE
MessageEDNSQuery
MessageEmpty
MessageNonAuthoritative
MessageStandardEncodingTests
MessageTests
MessageTruncated
NameTests
NameToLabelsTests
OPTHeaderTests
OPTNonStandardAttributes
OPTVariableOptionTests
Ord2ByteTests
ReprTests
ResponseFromMessageTests
RoundtripDNSTests
RRHeaderTests
StandardEncodingTestsMixin
Str2TimeTests
TestController
TestTCPController
assertIsNotSubdomainOf
assertIsSubdomainOf
verifyConstructorArgument
MESSAGE_AUTHENTIC_DATA_BYTES
MESSAGE_CHECKING_DISABLED_BYTES
RECORD_TYPES
twisted.names.test.test_dns.RaisedArgs
twisted
names
test
class RaisedArgs(Exception):
Constructor: RaisedArgs(args, kwargs)
RaisedArgs(args, kwargs)
View In Hierarchy
An exception which can be raised by fakes to test that the fake is called with expected arguments.
Store the positional and keyword arguments as attributes.
Undocumented