Fix previous and add new PCE Junit test cases 49/89349/1
authorAhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Wed, 15 Apr 2020 18:28:52 +0000 (20:28 +0200)
committerChristophe Betoule <christophe.betoule@orange.com>
Fri, 24 Apr 2020 12:48:50 +0000 (14:48 +0200)
commitd49b1c19aa9cc1be4bdfcb2b48dba9a380212656
tree030fed303f9b3a7cf991fc48537100ffe979251c
parentdc7b349402cc6e568f3c8ef4e30cfc7a1e1a7ba4
Fix previous and add new PCE Junit test cases

- add unit tests for PceLink

JIRA TRNSPRTPCE-209
Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: I01b5c172481f56691f1ef8dc17837354262154b7
pce/src/test/java/org/opendaylight/transportpce/pce/PceComplianceCheckResultTest.java
pce/src/test/java/org/opendaylight/transportpce/pce/PceComplianceCheckTest.java [new file with mode: 0644]
pce/src/test/java/org/opendaylight/transportpce/pce/PcePathDescriptionTest.java [new file with mode: 0644]
pce/src/test/java/org/opendaylight/transportpce/pce/PceSendingPceRPCsTest.java
pce/src/test/java/org/opendaylight/transportpce/pce/constraints/PceConstraintsCalcTest.java [new file with mode: 0644]
pce/src/test/java/org/opendaylight/transportpce/pce/constraints/PceConstraintsTest.java
pce/src/test/java/org/opendaylight/transportpce/pce/gnpy/GnpyUtilitiesImplTest.java [new file with mode: 0644]
pce/src/test/java/org/opendaylight/transportpce/pce/networkanalyzer/PceCalculationTest.java
pce/src/test/java/org/opendaylight/transportpce/pce/networkanalyzer/PceLinkTest.java [new file with mode: 0644]
pce/src/test/java/org/opendaylight/transportpce/pce/service/PathComputationServiceImplTest.java
pce/src/test/java/org/opendaylight/transportpce/pce/utils/PceTestData.java