View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window zeebe-process-test-assertions-8.2.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.camunda.zeebe.process.test.inspections
├─ io.camunda.zeebe.process.test.inspections.InspectionUtility.class - [JAR]
├─ io.camunda.zeebe.process.test.inspections.ProcessEventInspections.class - [JAR]
├─ io.camunda.zeebe.process.test.inspections.ProcessInstanceInspections.class - [JAR]
io.camunda.zeebe.process.test.inspections.model
├─ io.camunda.zeebe.process.test.inspections.model.InspectedProcessInstance.class - [JAR]
io.camunda.zeebe.process.test.assertions
├─ io.camunda.zeebe.process.test.assertions.BpmnAssert.class - [JAR]
├─ io.camunda.zeebe.process.test.assertions.DeploymentAssert.class - [JAR]
├─ io.camunda.zeebe.process.test.assertions.IncidentAssert.class - [JAR]
├─ io.camunda.zeebe.process.test.assertions.JobAssert.class - [JAR]
├─ io.camunda.zeebe.process.test.assertions.MessageAssert.class - [JAR]
├─ io.camunda.zeebe.process.test.assertions.ProcessAssert.class - [JAR]
├─ io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert.class - [JAR]
├─ io.camunda.zeebe.process.test.assertions.VariablesMapAssert.class - [JAR]