| |
|
| com.sun.jbi.management.util.TestComponentValidator
TestComponentValidator | public class TestComponentValidator extends junit.framework.TestCase (Code) | | |
testValidateComponentBad | public void testValidateComponentBad() throws Exception(Code) | | Test with a bad component missing a jbi.xml
|
testValidateComponentGood | public void testValidateComponentGood() throws Exception(Code) | | Test with a good component
|
testValidateComponentMissingBootstrapClass | public void testValidateComponentMissingBootstrapClass() throws Exception(Code) | | Test the case when the bootstrap class is missing
|
testValidateComponentMissingBootstrapClassPath | public void testValidateComponentMissingBootstrapClassPath() throws Exception(Code) | | Test the case when the bootstrap class is missing
|
testValidateComponentMissingComponentClass | public void testValidateComponentMissingComponentClass() throws Exception(Code) | | Test the case when the component life cycle class is missing
|
testValidateComponentMissingComponentClassPath | public void testValidateComponentMissingComponentClassPath() throws Exception(Code) | | Test the case when the bootstrap class is missing
|
|
|
|