Improved unit test coverage for openflowjava/protocol/impl/util/* classes 80/11980/1
authorMichal Polkorab <michal.polkorab@pantheon.sk>
Wed, 15 Oct 2014 13:29:38 +0000 (15:29 +0200)
committerMichal Polkorab <michal.polkorab@pantheon.sk>
Wed, 15 Oct 2014 14:57:25 +0000 (16:57 +0200)
commit7a606fd03c9ea9dc7500b88cddb8ce6e6c6e831c
treee3e41a532d3dd1d9a4611a47aee5efe9081b9370
parentc5349a10e27b85756a2fea7898cc2296d43d37fd
Improved unit test coverage for openflowjava/protocol/impl/util/* classes

Change-Id: Ic1d68de6e59e61eb245acdce9499202b07647840
Signed-off-by: Michal Polkorab <michal.polkorab@pantheon.sk>
openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/util/CodeKeyMakerFactoryTest.java [new file with mode: 0644]
openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/util/ListDeserializerTest.java [new file with mode: 0644]
openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/util/ListSerializerTest.java [new file with mode: 0644]
openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/util/MatchDeserializerTest.java
openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/util/OF13MatchSerializerTest.java
openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/util/TypeKeyMakerFactoryTest.java [new file with mode: 0644]