Setup for the test. This creates the ComponentInstallationContext
instance and other objects needed for the tests. It serves to test the
ComponentInstallationContext constructor.
throws: Exception - when set up fails for any reason.
Test the method for setting the class path elements list.
throws: Exception - if an unexpected error occurs.
testSetClassPathElementsBadAbsolute
public void testSetClassPathElementsBadAbsolute()(Code)
Test the method for setting the class path elements list with an absolute
path in the argument. An exception is expected.
throws: Exception - if an unexpected error occurs.
testSetClassPathElementsBadEmpty
public void testSetClassPathElementsBadEmpty()(Code)
Test the method for setting the class path elements list with an empty
argument. An exception is expected.
throws: Exception - if an unexpected error occurs.
testSetClassPathElementsBadNull
public void testSetClassPathElementsBadNull()(Code)
Test the method for setting the class path elements list with a null
argument. An exception is expected.
throws: Exception - if an unexpected error occurs.
testSetClassPathElementsBadSeparators
public void testSetClassPathElementsBadSeparators()(Code)
Test the method for setting the class path elements list with invalid
separators in the argument. An exception is expected.
throws: Exception - if an unexpected error occurs.
testSetGetComponentClassName
public void testSetGetComponentClassName() throws Exception(Code)
Test the methods for setting and getting the component class name.
throws: Exception - if an unexpected error occurs.
testSetGetComponentName
public void testSetGetComponentName() throws Exception(Code)
Test the method for setting and getting the component name.
throws: Exception - if an unexpected error occurs.