public class MunitComponentBuildingDefinitionProvider extends Object implements org.mule.runtime.dsl.api.component.ComponentBuildingDefinitionProvider
Provides the Component Definition for the MUnit schema
| Modifier and Type | Field and Description |
|---|---|
static String |
AFTER_SUITE |
static String |
AFTER_TEST |
static String |
BEFORE_SUITE |
static String |
BEFORE_TEST |
static String |
CONFIG |
static String |
TEST |
| Constructor and Description |
|---|
MunitComponentBuildingDefinitionProvider() |
| Modifier and Type | Method and Description |
|---|---|
List<org.mule.runtime.dsl.api.component.ComponentBuildingDefinition> |
getComponentBuildingDefinitions() |
void |
init() |
public static final String CONFIG
public static final String TEST
public static final String BEFORE_TEST
public static final String AFTER_TEST
public static final String BEFORE_SUITE
public static final String AFTER_SUITE
public MunitComponentBuildingDefinitionProvider()
public void init()
init in interface org.mule.runtime.dsl.api.component.ComponentBuildingDefinitionProviderpublic List<org.mule.runtime.dsl.api.component.ComponentBuildingDefinition> getComponentBuildingDefinitions()
getComponentBuildingDefinitions in interface org.mule.runtime.dsl.api.component.ComponentBuildingDefinitionProviderCopyright © 2019. All rights reserved.