Class DockerHelper
java.lang.Object
org.alfresco.rest.rm.community.util.DockerHelper
Helper class for interaction with docker containers
- Since:
- 3.1
- Author:
- Claudia Agache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckExceptionIsInAlfrescoLogs(String expectedException) Helper method to check if the specified exception is thrown in alfresco logsGet the alfresco container logs
-
Constructor Details
-
DockerHelper
-
-
Method Details
-
getAlfrescoLogs
Get the alfresco container logs- Returns:
- list of strings, where every string is log line
-
checkExceptionIsInAlfrescoLogs
Helper method to check if the specified exception is thrown in alfresco logs- Parameters:
expectedException- the expected exception to be thrown- Throws:
Exception
-