public class SQSYamlConfigParserTest extends Object
| Modifier and Type | Field and Description |
|---|---|
org.junit.rules.ExpectedException |
expectedException |
| Constructor and Description |
|---|
SQSYamlConfigParserTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testInvalidQueueNameInConfig() |
void |
testMoreThanOneDefaultQueueConfig() |
void |
testNoCorePoolSizeConfig() |
void |
testNoDefaultQueueConfig() |
void |
testNoMaxPoolSizeConfig() |
void |
testNoQueueInConfig() |
void |
testNoTimeoutConfig() |
void |
testNoWorkerGroupConfig() |
void |
testQueueNotBelongToWorkerGroupConfig() |
void |
testQueueNotBelongToWorkerGroupConfig2() |
void |
testValidConfig() |
public void testInvalidQueueNameInConfig()
throws Exception
Exceptionpublic void testMoreThanOneDefaultQueueConfig()
throws Exception
Exceptionpublic void testQueueNotBelongToWorkerGroupConfig()
throws Exception
ExceptionCopyright © 2017 Atlassian. All rights reserved.