@PrepareForTest(value=Utils.class) @PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class NettyHttpContainerSpec extends Object
| Constructor and Description |
|---|
NettyHttpContainerSpec() |
| Modifier and Type | Method and Description |
|---|---|
void |
test_channelRead_HttpRequestMsg_shouldSetApplicationField() |
void |
test_channelRead_LastHttpContentMsg_shouldInvokeNoop() |
void |
test_channelRead_shouldInvokeUtilsNoop_onWrongMsg() |
void |
testCondtructor_shpuldSet_MOXY_JSON_FEATURE_DISABLE() |
void |
testCondtructor_shpuldSet_POJOMappingFeature() |
void |
testCondtructor_shpuldSet_PROCESSING_RESPONSE_ERRORS_ENABLED() |
void |
testCondtructor_shpuldSet_ServerProperties_PROVIDER_PACKAGES() |
public void testCondtructor_shpuldSet_ServerProperties_PROVIDER_PACKAGES()
public void testCondtructor_shpuldSet_POJOMappingFeature()
public void testCondtructor_shpuldSet_MOXY_JSON_FEATURE_DISABLE()
public void testCondtructor_shpuldSet_PROCESSING_RESPONSE_ERRORS_ENABLED()
public void test_channelRead_shouldInvokeUtilsNoop_onWrongMsg()
throws Exception
Exceptionpublic void test_channelRead_LastHttpContentMsg_shouldInvokeNoop()
throws Exception
Exception