Committed by
Gerrit Code Review
Unit testing code for the Netconf Controller.
Change-Id: Id6e4097768562888e76b1a101b2d85ee9e6841d9
Showing
2 changed files
with
5 additions
and
0 deletions
protocols/netconf/ctl/src/test/java/org/onosproject/netconf/ctl/NetconfControllerImplTest.java
0 → 100644
This diff is collapsed. Click to expand it.
... | @@ -53,6 +53,11 @@ | ... | @@ -53,6 +53,11 @@ |
53 | <artifactId>onos-api</artifactId> | 53 | <artifactId>onos-api</artifactId> |
54 | <version>${project.version}</version> | 54 | <version>${project.version}</version> |
55 | </dependency> | 55 | </dependency> |
56 | + <dependency> | ||
57 | + <groupId>org.easymock</groupId> | ||
58 | + <artifactId>easymock</artifactId> | ||
59 | + <scope>test</scope> | ||
60 | + </dependency> | ||
56 | </dependencies> | 61 | </dependencies> |
57 | 62 | ||
58 | </project> | 63 | </project> | ... | ... |
-
Please register or login to post a comment