pce module unit testing init 92/78492/3
authordoha.khaled <dkhaled.ext@orange.com>
Thu, 6 Dec 2018 11:20:27 +0000 (13:20 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Wed, 12 Dec 2018 10:56:19 +0000 (11:56 +0100)
commit3809f11f82f00102ae647c46114614ff2124037a
tree520d0ce044ab70793065642306fc83769437f43a
parent630c478d897b2624b742ffc11f63dbe1fdb5b0fc
pce module unit testing init

JIRA: TRNSPRTPCE-61
Change-Id: Icb55e6e906f09320bc2460690e4fc6e843fbdadc
12 files changed:
pce/src/test/java/org/opendaylight/transportpce/pce/PceCalculationTest.java [new file with mode: 0644]
pce/src/test/java/org/opendaylight/transportpce/pce/PceSendingPceRPCsTest.java [new file with mode: 0644]
pce/src/test/java/org/opendaylight/transportpce/pce/impl/PceProviderTest.java [new file with mode: 0644]
pce/src/test/java/org/opendaylight/transportpce/pce/impl/PceServiceRPCImplTest.java [new file with mode: 0644]
pce/src/test/java/org/opendaylight/transportpce/pce/service/PathComputationServiceImplTest.java [new file with mode: 0644]
pce/src/test/java/org/opendaylight/transportpce/pce/stub/CompositeRoutedRpcRegistrationStub.java [new file with mode: 0644]
pce/src/test/java/org/opendaylight/transportpce/pce/stub/RpcProviderRegistryStub.java [new file with mode: 0644]
pce/src/test/java/org/opendaylight/transportpce/pce/stub/RpcProviderRegistryStub2.java [new file with mode: 0644]
pce/src/test/java/org/opendaylight/transportpce/pce/utils/DataStoreUtils.java [new file with mode: 0644]
pce/src/test/java/org/opendaylight/transportpce/pce/utils/DataUtils.java [new file with mode: 0644]
pce/src/test/java/org/opendaylight/transportpce/pce/utils/NotificationPublishServiceMock2.java [new file with mode: 0644]
pce/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker [new file with mode: 0644]