class documentation

A resolution receiver which holds onto the results it received.

Method __init__ Create a ResultHolder with a UnitTest.
Method addressResolved An address was resolved.
Method resolutionBegan Hostname resolution began.
Method resolutionComplete Hostname resolution is complete.
Instance Variable _addresses Undocumented
Instance Variable _ended Undocumented
Instance Variable _resolution Undocumented
Instance Variable _started Undocumented
Instance Variable _testCase Undocumented
def __init__(self, testCase): (source)

Create a ResultHolder with a UnitTest.

def addressResolved(self, address): (source)

An address was resolved.

Parameters
addresssee IResolutionReceiver
def resolutionBegan(self, hostResolution): (source)

Hostname resolution began.

Parameters
hostResolutionsee IResolutionReceiver
def resolutionComplete(self): (source)

Hostname resolution is complete.

_addresses: list = (source)

Undocumented

Undocumented

_resolution = (source)

Undocumented

_started: bool = (source)

Undocumented

_testCase = (source)

Undocumented