All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.camunda.bpm.engine.test.assertions.ProcessEngineTests Maven / Gradle / Ivy

The newest version!
package org.camunda.bpm.engine.test.assertions;


import org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests;
import org.camunda.bpm.engine.test.assertions.cmmn.CmmnAwareTests;

/**
 * Convenience class to access all available Camunda BPM related 
 * Assertions PLUS helper methods. Use it with a static import:
 *
 * import static org.camunda.bpm.engine.test.assertions.ProcessEngineTests.*;
 *   
 * @see BpmnAwareTests if you only want to see BPMN related functionality
 *
 * @author Martin Schimak 
 * @author Martin Günther 
 * @author Malte Sörensen 
 */
public class ProcessEngineTests extends CmmnAwareTests {

  protected ProcessEngineTests() {}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy