public class TestComponentInstaller extends junit.framework.TestCase (Code)
Tests for the ComponentInstaller class. Note that these test are minimal,
because the class does nothing more than delegate to the ComponentFramework.
The tests here are merely to make sure the ComponentFramework methods get
invoked.
author: Sun Microsystems, Inc.
Constructor Summary
public
TestComponentInstaller(String aTestName) The constructor for this testcase, forwards the test name to
the jUnit TestCase base class.
Setup for the test. This creates the ComponentInstaller instance
and other objects needed for the tests.
throws: Exception - when set up fails for any reason.