Lines Matching full:test
16 NullProtocol is a test mockup of an AsyncProtocol implementation.
160 class Smoke(avocado.Test):
208 class TestBase(avocado.Test):
284 Test calling disconnect() while already disconnected.
324 Test an immediately rejected call to an IP target.
331 Test an immediately rejected call to a UNIX socket target.
338 Test what happens when a connection attempt is aborted.
359 Test what happens when a connection attempt times out.
364 # More insider baseball: to improve the speed of this test while
379 Test what happens when a connection attempt is made while CONNECTING.
403 Test what happens if we do not wait on the runstate event until
458 """Test the full state lifecycle (via connect) with a no-op session."""
464 """Test the full state lifecycle (via accept) with a no-op session."""
470 """Test receiving a fake/null message."""
486 """Test sending a fake/null message."""
519 """Test that accept() cannot be called when Runstate=RUNNING"""
530 """Test that connect() cannot be called when Runstate=RUNNING"""
541 """Test that accept() cannot be called when Runstate=DISCONNECTING"""
556 """Test that connect() cannot be called when Runstate=DISCONNECTING"""