Added unit tests for org.opendaylight.unimgr.cli package 72/33372/1
authorJohann David <jdavid@inocybe.com>
Thu, 21 Jan 2016 19:23:12 +0000 (14:23 -0500)
committerAlexis de Talhouët <adetalhouet@inocybe.com>
Fri, 22 Jan 2016 15:54:31 +0000 (15:54 +0000)
commit8a82ecb9ea046f8d07254584525a8674fde9f19f
treebf8d42cd2f2ee393b8469d6c742e89d7507fa4d6
parent22a222903ff16307fddbe7c9bf5bc867ce48e09b
Added unit tests for org.opendaylight.unimgr.cli package

Change-Id: Ieab7cbc46fcd663ec0ce412706057d343604213c
Signed-off-by: Johann David <jdavid@inocybe.com>
(cherry picked from commit 08c08d5dcf07ba4f496f2efbb21a86c338795712)
cli/pom.xml
cli/src/test/java/org/opendaylight/unimgr/cli/EvcAddShellCommandTest.java [new file with mode: 0644]
cli/src/test/java/org/opendaylight/unimgr/cli/EvcRemoveShellCommandTest.java [new file with mode: 0644]
cli/src/test/java/org/opendaylight/unimgr/cli/UniAddShellCommandTest.java [new file with mode: 0644]
cli/src/test/java/org/opendaylight/unimgr/cli/UniListShellCommandTest.java [new file with mode: 0644]
cli/src/test/java/org/opendaylight/unimgr/cli/UniRemoveShellCommandTest.java [new file with mode: 0644]
cli/src/test/java/org/opendaylight/unimgr/cli/UniShowShellCommandTest.java [new file with mode: 0644]
cli/src/test/java/org/opendaylight/unimgr/cli/UnimgrConsoleProviderTest.java [new file with mode: 0644]