Skip Headers
Oracle® Communications Design Studio Modeling Activation
Release 7.2.4
Go to Design Studio Help Home
Go to Table of Contents
Go to Feedback page

Go to previous page
Go to next page
Mobi · ePub

Running Unit Tests with the JDT Debugger

To run unit test cases with the JDT debugger:

  1. Set breakpoints in your Processor class as desired.

  2. Right click the TestCase class and select Run As.

  3. Select JUnit Test or Java Application.

    The unit test is executed and the debugger will break as appropriate, allowing for full debugger functionality, including variable inspection and code stepping.

Related Topics

Understanding Unit Testing

Working with the Action Processor

Modeling Entities