Unit test for converters in alto-commons. 41/25341/1
authorjensenzhang <jingxuan.n.zhang@gmail.com>
Sun, 16 Aug 2015 22:36:32 +0000 (06:36 +0800)
committerjensenzhang <jingxuan.n.zhang@gmail.com>
Sun, 16 Aug 2015 22:36:32 +0000 (06:36 +0800)
commit5290a61a0973d0d925c39e50d757230f8d6e6d7a
tree9067189cc796bea7be54292cb852ec7bdaa20d0c
parent4f384cee8de1266c41a846ee6ec744c83abd53dc
Unit test for converters in alto-commons.

Change-Id: Ibf5296c7b5f028fe3d7d02e5891e9d238950c4e7
Signed-off-by: jensenzhang <jingxuan.n.zhang@gmail.com>
alto-commons/src/main/java/org/opendaylight/alto/commons/types/converter/YANGJSON2RFCAddressGroupConverter.java
alto-commons/src/main/java/org/opendaylight/alto/commons/types/converter/YANGJSON2RFCNetworkMapConverter.java
alto-commons/src/test/java/org/opendaylight/alto/commons/types/converter/RFC2ModelCostMapConverterTest.java [new file with mode: 0644]
alto-commons/src/test/java/org/opendaylight/alto/commons/types/converter/RFC2ModelEndpointPropMapConverterTest.java [new file with mode: 0644]
alto-commons/src/test/java/org/opendaylight/alto/commons/types/converter/RFC2ModelNetworkMapConverterTest.java [new file with mode: 0644]
alto-commons/src/test/java/org/opendaylight/alto/commons/types/converter/YANGJSON2RFCCostMapConverterTest.java [new file with mode: 0644]
alto-commons/src/test/java/org/opendaylight/alto/commons/types/converter/YANGJSON2RFCNetworkMapConverterTest.java [new file with mode: 0644]