Add basic harness for testing running boot apps

Used mockito to mock list of running apps.
This commit is contained in:
nsingh
2017-10-16 16:13:01 -07:00
parent f88964b6b2
commit c6aa4a2b98
3 changed files with 160 additions and 0 deletions

View File

@@ -67,6 +67,12 @@
<artifactId>commons-boot-app-cli</artifactId>
<version>${dependencies.version}</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>${mockito-version}</version>
<scope>test</scope>
</dependency>
<!-- Eclipse JDT for parsing (at the moment) -->
<dependency>