Add action module unit tests
author6092002067 <wu.youbo@zte.com.cn>
Tue, 28 Feb 2017 09:22:05 +0000 (17:22 +0800)
committer6092002067 <wu.youbo@zte.com.cn>
Tue, 28 Feb 2017 09:22:05 +0000 (17:22 +0800)
commit4043a64dabad0f27afcb67e9b62272c4e44a4214
treededa9ec4acc1104b867f40514b8bad5bacb963f9
parent189aa621be296963eb0b8b8891d4cea44cf4ede5
Add action module unit tests

Issue-ID:HOLMES-51

Change-Id: Iaab72cb42d7af3636736c505f62db295c20ba3c7
Signed-off-by: youbowu <wu.youbo@zte.com.cn>
15 files changed:
holmes-actions/src/test/java/org/openo/holmes/common/api/entity/AlarmsCorrelationTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/openo/holmes/common/api/entity/CorrelationResultTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/openo/holmes/common/api/entity/CorrelationRuleTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/openo/holmes/common/api/stat/AlarmTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/openo/holmes/common/config/MQConfigTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/openo/holmes/common/exception/CorrelationExceptionTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/openo/holmes/common/producer/MQProducerTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/openo/holmes/common/utils/DbDaoUtilTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/openo/holmes/common/utils/ExceptionUtilTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/openo/holmes/common/utils/I18nProxyTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/openo/holmes/common/utils/JacksonUtilTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/openo/holmes/common/utils/JudgeNullUtilTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/openo/holmes/common/utils/LanguageUtilTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/openo/holmes/common/utils/UserUtilTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/openo/holmes/common/utils/bean/TestBean.java [new file with mode: 0644]