public class TestLocalControlConnectionManager
extends BaseTest
| Modifier and Type | Field and Description |
|---|---|
ExpectedException |
exceptionThrown |
| Constructor and Description |
|---|
TestLocalControlConnectionManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setup() |
void |
setupForTest() |
void |
testCancelQuery_NegativeAck()
Verify that CancelQuery with negative ack is handled correctly using ControlTunnel with
LocalControlConnectionManager
|
void |
testCancelQuery_PositiveAck()
Verify that CancelQuery with positive ack is handled correctly using ControlTunnel with
LocalControlConnectionManager
|
void |
testInformReceiverFinished_success()
Verify that FinishedReceiver is handled correctly using ControlTunnel with LocalControlConnectionManager
|
void |
testLocalCancelFragment_NegativeAck()
Verify that CancelFragment with negative ack is handled correctly using ControlTunnel with
LocalControlConnectionManager
|
void |
testLocalCancelFragment_PositiveAck()
Verify that CancelFragment with positive ack is handled correctly using ControlTunnel with
LocalControlConnectionManager
|
void |
testLocalSendFragments_Failure()
Verify that InitializeFragments failure case is handled correctly using ControlTunnel with
LocalControlConnectionManager
|
void |
testLocalSendFragments_NegativeAck()
Verify that InitializeFragments with negative ack is handled correctly using ControlTunnel with
LocalControlConnectionManager
|
void |
testLocalSendFragments_PositiveAck()
Verify that InitializeFragments with positive ack is handled correctly using ControlTunnel with
LocalControlConnectionManager
|
void |
testLocalSendFragmentStatus_Failure()
Verify that SendFragmentStatus failure scenario is handled correctly using ControlTunnel with
LocalControlConnectionManager
|
void |
testLocalSendFragmentStatus_Success()
Verify that SendFragmentStatus is handled correctly using ControlTunnel with LocalControlConnectionManager
|
void |
testRequestQueryStatus()
Verify that RequestQueryStatus is handled correctly using ControlTunnel with LocalControlConnectionManager
|
void |
testUnpauseFragments()
Verify that UnpauseFragment is handled correctly using ControlTunnel with LocalControlConnectionManager
|
public static void setup()
public void setupForTest()
public void testLocalSendFragmentStatus_Success()
throws Exception
Exceptionpublic void testLocalSendFragmentStatus_Failure()
throws Exception
Exceptionpublic void testLocalCancelFragment_PositiveAck()
throws Exception
Exceptionpublic void testLocalCancelFragment_NegativeAck()
throws Exception
Exceptionpublic void testLocalSendFragments_PositiveAck()
throws Exception
Exceptionpublic void testLocalSendFragments_NegativeAck()
throws Exception
Exceptionpublic void testLocalSendFragments_Failure()
throws Exception
Exceptionpublic void testUnpauseFragments()
throws Exception
Exceptionpublic void testRequestQueryStatus()
throws Exception
Exceptionpublic void testCancelQuery_PositiveAck()
throws Exception
Exceptionpublic void testCancelQuery_NegativeAck()
throws Exception
ExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.