Email Answering System
Version 1.0

Package test

The unit test package.

See:
          Description

Class Summary
ConfigurationDialog Create a configuration file for a bean.
ConnectionFactoryUnitTest Unit test for the email resource adapter connection factory.
ConnectionUnitTest Unit test for the email resource adapter connection.
InteractionUnitTest Unit test for the email resource adapter connection.
ManagedConnectionFactoryUnitTest Unit test for the email resource adapter managed connection factory.
ManagedConnectionUnitTest Unit test for the email resource adapter managed connection.
ResourceAdapterUnitTest Unit test for the email resource adapter.
 

Package test Description

The unit test package.

A JUnit based functional test of most aspects of the connector.

Tests for the major classes that make up the email connector are found in this package. They basically test the adapter API as specified in the j2ee_connector-1_0-fr-spec.pdf. Things that are absent are the parts that haven't been implemented yet, mostly transactions and security.

Since these tests send and receive mail it is wise not to have an active container based email answering system using the same javax.mail configuration when these are run.


Email Answering System
Version 1.0

Copyright © 2003 Derrick Oswald. All rights reserved.