Prerequisites
For Eclipse:
- Eclipse IDE (see IDE Integration for supported versions)
- Parasoft Jtest 10.3 or higher
For IntelliJ IDEA:
- IntelliJ IDEA (see IDE Integration for supported versions)
- Parasoft Jtest 10.4 or higher
Before you start working with Unit Test Assistant, ensure that Jtest Engine is enabled and properly configured; see Enabling and Configuring the Engine for details.
RAM
UTA requires 2 GB of RAM or more for bulk creation (see Creating Multiple Unit Tests). If you create multiple test cases for a large code base, we recommend configuring your IDE to use 4 GB of RAM.
Supported Frameworks
The following frameworks are supported:
- JUnit 4 4.11 or later and JUnit 51
- JUnit4Parametrized
- JUnitParams 1.0.6 or later
- Mockito 1 (1.7 or later) and 2 (2.2.11 or later)
- PowerMock 1 (1.6.5 or later) and 2 (2.0-beta.1 or later)2
- Spring 3.2 or later
- Spring Boot 1.4 or later
Both Oracle Java SE and OpenJDK are supported. Other free and open source implementations may cause issues with the proper functioning of Jtest.
1 JUnit 5 is fully supported in IntelliJ 2017.3 or later.
2 Junit 5 annotations are currently not supported in PowerMock; see https://github.com/powermock/powermock/issues/906.