public void testGetComponentFileName() throws Exception(Code)
Test getting the component file name
testGetComponentInstallationDescriptor
public void testGetComponentInstallationDescriptor() throws Exception(Code)
testGetComponentUpgradeNumber
public void testGetComponentUpgradeNumber() throws Exception(Code)
This method is used to test the method getComponentUpgradeNumber.
upgrade-number is an optional attribute. For a component that does not have
it would return 0.
testGetNonExistantAttribute
public void testGetNonExistantAttribute() throws Exception(Code)
Test getting a missing configuration attribute, should get back a null.
testGetServiceAssemblyDeploymentDescriptor
public void testGetServiceAssemblyDeploymentDescriptor() throws Exception(Code)
testGetServiceAssemblyFileName
public void testGetServiceAssemblyFileName() throws Exception(Code)
Test getting the service assembly file name
testGetServiceUnitDeploymentDescriptor
public void testGetServiceUnitDeploymentDescriptor() throws Exception(Code)
testGetSharedLibraryFileName
public void testGetSharedLibraryFileName() throws Exception(Code)
Test getting the shared library file name
testGetSharedLibraryInstallationDescriptor
public void testGetSharedLibraryInstallationDescriptor() throws Exception(Code)
testIsComponentRegistered
public void testIsComponentRegistered() throws Exception(Code)
Test isComponentRegistered(), the component should be removed from the
registry, since there is no repos entry and a false is returned
testIsGlobalConfigurationDefined
public void testIsGlobalConfigurationDefined() throws Exception(Code)
Test if domain config exists
testIsServiceAssemblyDeployed
public void testIsServiceAssemblyDeployed() throws Exception(Code)
testIsServiceAssemblyRegistered
public void testIsServiceAssemblyRegistered() throws Exception(Code)
Test isServiceAssemblyRegistered(), the sa should be removed from the
registry, since there is no repos entry and a false is returned
testIsSharedLibraryRegistered
public void testIsSharedLibraryRegistered() throws Exception(Code)
Test isSharedLibraryRegistered(), the library should be removed from the
registry, since there is no repos entry and a false is returned