tests.test_hear_server
Module Contents
Classes
Test suite for McastServer functionality. |
|
Test suite for validating HearUDPHandler functionality. |
Data
API
- tests.test_hear_server.__module__[source]
‘tests’
- class tests.test_hear_server.McastHearTestSuite(methodName='runTest')[source][source]
Bases:
context.BasicUsageTestSuite- __module__[source]
‘tests.test_hear_server’
- __name__[source]
‘tests.test_hear_server.McastHearTestSuite’
- class tests.test_hear_server.McastServerTestSuite(methodName='runTest')[source][source]
Bases:
tests.test_hear_server.McastHearTestSuiteTest suite for McastServer functionality.
This suite verifies the server’s behavior in handling various types of requests, error conditions, and resource management.
Attributes: module (str): Module identifier name (str): Full class name
Initialization
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
- __module__[source]
‘tests.test_hear_server’
- __name__[source]
‘tests.test_hear_server.McastServerTestSuite’
- class tests.test_hear_server.HearUDPHandlerTestSuite(methodName='runTest')[source][source]
Bases:
tests.test_hear_server.McastHearTestSuiteTest suite for validating HearUDPHandler functionality.
This suite tests the behavior of the UDP handler with various input combinations, including edge cases with None data and sockets.
Attributes: module (str): Module identifier name (str): Full class name
Initialization
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
- __module__[source]
‘tests.test_hear_server’
- __name__[source]
‘tests.test_hear_server.HearUDPHandlerTestSuite’