...
Unit Test Assistant can automatically update your project with a container that includes all the required libraries. The libraries will be added to Java Build Path in Eclipse. If you build your projects outside the IDE, configure your build system to ensure that the libraries are available; see Configuring the Build System to Include Required Libraries for details.
If the dependencies required UTA libraries are missing, UTA displays the following notification the first time you create tests for the currently selected project:
...
Alternatively, you can add the container with the required libraries to an individual project(s) in one of the following ways:
- Right-click on a project(s) and select Unit Testing> Add UTA Library. The required libraries will be added to the currently selected project(s).
- Go to the project properties, select Java Build Path> Libraries, click Add Library... and choose Unit Test Assistant Library from the list.
Clicking Next >will display the libraries included in the container. Click Finish to add the container with the libraries to the project. Clicking Next>will display the libraries included in the container.
Removing the Required Libraries from the Project
...