Unit test for seed code 64/83664/3
authorGuobiao Mo <guobiaomo@chinamobile.com>
Thu, 28 Mar 2019 21:37:41 +0000 (14:37 -0700)
committerGuobiao Mo <guobiaomo@chinamobile.com>
Fri, 29 Mar 2019 23:03:09 +0000 (16:03 -0700)
commit3cb79e621ef9982d039d3770fbe02a0bed208481
treeafea2c7bf5c460d36e1a1a996c02861138700040
parent84066f315a1692ddfe9caab607c438e884c31cc6
Unit test for seed code

This project depends heavily on outside
infrastructure, thus there are not much
unit test cases.

Issue-ID: DCAEGEN2-1309
Change-Id: I8893f4029014673139e67bf373fd77e9e5c42f83
Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
12 files changed:
components/datalake-handler/feeder/pom.xml
components/datalake-handler/feeder/src/main/java/org/onap/datalake/feeder/config/ApplicationConfiguration.java
components/datalake-handler/feeder/src/main/java/org/onap/datalake/feeder/domain/Topic.java
components/datalake-handler/feeder/src/main/java/org/onap/datalake/feeder/enumeration/DataFormat.java
components/datalake-handler/feeder/src/main/java/org/onap/datalake/feeder/util/DruidSupervisorGenerator.java
components/datalake-handler/feeder/src/main/resources/druid/kafka-supervisor-template.vm [new file with mode: 0644]
components/datalake-handler/feeder/src/test/java/org/onap/datalake/feeder/config/ApplicationConfigurationTest.java [new file with mode: 0644]
components/datalake-handler/feeder/src/test/java/org/onap/datalake/feeder/domain/TopicTest.java [new file with mode: 0644]
components/datalake-handler/feeder/src/test/java/org/onap/datalake/feeder/enumeration/DataFormatTest.java [new file with mode: 0644]
components/datalake-handler/feeder/src/test/java/org/onap/datalake/feeder/util/DruidSupervisorGeneratorTest.java [new file with mode: 0644]
components/datalake-handler/feeder/src/test/java/org/onap/datalake/feeder/util/UtilTest.java [new file with mode: 0644]
components/datalake-handler/feeder/src/test/resources/application.properties [new file with mode: 0644]