public class TestLocalControlConnectionManager extends Object
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
Exception
public void testLocalSendFragmentStatus_Failure() throws Exception
Exception
public void testLocalCancelFragment_PositiveAck() throws Exception
Exception
public void testLocalCancelFragment_NegativeAck() throws Exception
Exception
public void testLocalSendFragments_PositiveAck() throws Exception
Exception
public void testLocalSendFragments_NegativeAck() throws Exception
Exception
public void testLocalSendFragments_Failure() throws Exception
Exception
public void testUnpauseFragments() throws Exception
Exception
public void testRequestQueryStatus() throws Exception
Exception
public void testCancelQuery_PositiveAck() throws Exception
Exception
public void testCancelQuery_NegativeAck() throws Exception
Exception
Copyright © 2018 The Apache Software Foundation. All rights reserved.