The PUnitSuite component defines a super class for all PUnit (Process Unit Test) components.
All PUnit components inherit from PUnitSuite. This component is not meant to be used directly but as a base for PUnit test cases.
Use attribute session (of type Fuego.Test.ProcessServiceSession) to exercise the Process under test. This object provides methods to perform several operations on the process, including: creating new process instances, executing activities, aborting instances, adding notes, sending notifications, (un)grabbing instances and (un)selecting instances.
Refer to Oracle BPM Studio Help for details on how to create unit tests and PUnit test cases.