public class TestServicesUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static File |
buildExpressionLanguageServiceFile(File tempFolder)
Provides a packaged mock
DefaultExpressionLanguageFactoryService implementation. |
static File |
buildHttpServiceFile(File tempFolder)
Provides a packaged mock
HttpService implementation. |
static File |
buildSchedulerServiceFile(File tempFolder)
Provides a packaged mock
SchedulerService implementation. |
public static File buildSchedulerServiceFile(File tempFolder)
SchedulerService implementation.tempFolder - where to generate temporary files needed for compilation of the service classes.public static File buildExpressionLanguageServiceFile(File tempFolder)
DefaultExpressionLanguageFactoryService implementation.tempFolder - where to generate temporary files needed for compilation of the service classes.public static File buildHttpServiceFile(File tempFolder)
HttpService implementation.tempFolder - where to generate temporary files needed for compilation of the service classes.Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.