This topic applies only to the IBM Business Automation Workflow Advanced
configuration.

Specifying dependencies for component test projects

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
In WebSphere® Integration Developer version 7 and later, component test projects are full-fledged SCA modules. This allows you to use the dependency editor to specify Java™ libraries as dependencies for component test projects. If a component test project is being used to test a module that has a dependency on an SCA library, the SCA library will automatically be displayed in the dependency editor.

About this task

To specify dependencies for a component test project:

Procedure

  1. In the Business Integration view, expand your component test project and double-click Dependencies. The dependency editor opens. Note that if the component test project is being used to test a module that has a dependency on an SCA library, the SCA library will be displayed in the Libraries section of the dependency editor.
  2. If you want to add a Java library as a dependency of the component test project (perhaps because the library contains additional testing capabilities), complete the following steps:
    1. In the dependency editor, expand the Java section.
    2. In the Java section, click the Add button. The Java Project Selection window opens.
    3. In the Select a project field, type the name of the Java library or select it in the Java project list.
    4. Click OK. The Java library is displayed in the Java project list of the dependency editor.
  3. Press Ctrl-S to save your changes and close the editor.