Added unit tests for org.opendaylight.unimgr.cli package 43/33243/10
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:40:53 +0000 (15:40 +0000)
commit08c08d5dcf07ba4f496f2efbb21a86c338795712
treed9a6154e4ca9bbe02c33e943afcae1c89f6ab2a0
parent3ff13762b8257a8dbb2c0a96b37c43738fe644b6
Added unit tests for org.opendaylight.unimgr.cli package

Change-Id: Ieab7cbc46fcd663ec0ce412706057d343604213c
Signed-off-by: Johann David <jdavid@inocybe.com>
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]