Setup for the test. This creates the data items need to create
the EnvironmentContext in the tests.
throws: Exception - when set up fails for any reason.
Test the destroyInstance method. This also tests the getInstance()
method for the failure case when the EnvironmentContext has not been
cretaed (or in this case, has been destroyed).
throws: Exception - if an unexpected error occurs.
testGetAppServerInstanceRoot
public void testGetAppServerInstanceRoot() throws Exception(Code)
Test the get method for the AppServer instance root directory.
throws: Exception - if an unexpected error occurs.
testGetComponentFramework
public void testGetComponentFramework() throws Exception(Code)
Test the get method for the ComponentFramework.
throws: Exception - if an unexpected error occurs.
testGetComponentManager
public void testGetComponentManager() throws Exception(Code)
Test the get method for the ComponentManager.
throws: Exception - if an unexpected error occurs.
Test the get method for the ComponentQuery.
throws: Exception - if an unexpected error occurs.
testGetComponentRegistry
public void testGetComponentRegistry() throws Exception(Code)
Test the get method for the ComponentRegistry.
throws: Exception - if an unexpected error occurs.
testGetConnectionManager
public void testGetConnectionManager() throws Exception(Code)
Test the get method for the ConnectionManager. This is a pass-through
to the NMR so a null value is expected, because the NMR is not active
for this test.
throws: Exception - if an unexpected error occurs.