Added unit tests for Error and Vendor/Experimenter message factories 23/12023/1
authorMichal Polkorab <michal.polkorab@pantheon.sk>
Thu, 16 Oct 2014 14:00:30 +0000 (16:00 +0200)
committerMichal Polkorab <michal.polkorab@pantheon.sk>
Thu, 16 Oct 2014 15:13:34 +0000 (17:13 +0200)
commit3dda40723d3799a818bcad9b5eddc725ae63d946
treec80c7efae0f791d058a949bfc76a79759d3b4c1f
parent1c1442a7f91699dc9be315cfa984838d162a468e
Added unit tests for Error and Vendor/Experimenter message factories

 - + covered AbstractInstructionDeserializer

Change-Id: I80804f7e38b42d0b53200e8e06ed41f415152605
Signed-off-by: Michal Polkorab <michal.polkorab@pantheon.sk>
openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/deserialization/factories/ErrorMessageFactoryTest.java
openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/deserialization/factories/OF10ErrorMessageFactoryTest.java
openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/deserialization/factories/VendorMessageFactoryTest.java [new file with mode: 0644]
openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/deserialization/instruction/AbstractInstructionDeserializerTest.java [new file with mode: 0644]
openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/serialization/factories/VendorInputMessageFactoryTest.java [new file with mode: 0644]