public class MunitTestApplication extends Object implements org.mule.module.launcher.application.Application
Representation of the tested application for the MuleCoreExtension
| Constructor and Description |
|---|
MunitTestApplication(org.mule.api.MuleContext muleContext,
String applicationName) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
org.mule.module.launcher.artifact.ArtifactClassLoader |
getArtifactClassLoader() |
String |
getArtifactName() |
org.mule.module.launcher.descriptor.ApplicationDescriptor |
getDescriptor() |
org.mule.module.launcher.domain.Domain |
getDomain() |
org.mule.api.MuleContext |
getMuleContext() |
File[] |
getResourceFiles() |
org.mule.module.launcher.application.ApplicationStatus |
getStatus() |
void |
init() |
void |
install() |
void |
start() |
void |
stop() |
public MunitTestApplication(org.mule.api.MuleContext muleContext,
String applicationName)
public void install()
throws org.mule.module.launcher.InstallException
install in interface org.mule.module.launcher.artifact.Artifactorg.mule.module.launcher.InstallExceptionpublic void init()
init in interface org.mule.module.launcher.artifact.Artifactpublic void start()
throws org.mule.module.launcher.DeploymentStartException
start in interface org.mule.module.launcher.artifact.Artifactorg.mule.module.launcher.DeploymentStartExceptionpublic void stop()
stop in interface org.mule.module.launcher.artifact.Artifactpublic void dispose()
dispose in interface org.mule.module.launcher.artifact.Artifactpublic String getArtifactName()
getArtifactName in interface org.mule.module.launcher.artifact.Artifactpublic File[] getResourceFiles()
getResourceFiles in interface org.mule.module.launcher.artifact.Artifactpublic org.mule.module.launcher.artifact.ArtifactClassLoader getArtifactClassLoader()
getArtifactClassLoader in interface org.mule.module.launcher.artifact.Artifactpublic org.mule.api.MuleContext getMuleContext()
getMuleContext in interface org.mule.module.launcher.application.ApplicationgetMuleContext in interface org.mule.module.launcher.artifact.Artifactpublic org.mule.module.launcher.descriptor.ApplicationDescriptor getDescriptor()
getDescriptor in interface org.mule.module.launcher.application.Applicationpublic org.mule.module.launcher.domain.Domain getDomain()
getDomain in interface org.mule.module.launcher.application.Applicationpublic org.mule.module.launcher.application.ApplicationStatus getStatus()
getStatus in interface org.mule.module.launcher.application.ApplicationCopyright © 2016. All rights reserved.