Package org.flowable.idm.engine.test
Class PluggableFlowableIdmTestCase
java.lang.Object
org.flowable.idm.engine.test.AbstractTestCase
org.flowable.idm.engine.test.AbstractFlowableIdmTestCase
org.flowable.idm.engine.test.PluggableFlowableIdmTestCase
@Tag("pluggable")
@ExtendWith(PluggableFlowableIdmExtension.class)
public abstract class PluggableFlowableIdmTestCase
extends AbstractFlowableIdmTestCase
Base class for the test cases.
The main reason not to use our own test support classes is that we need to run our test suite with various configurations, e.g. with and without spring, standalone or on a server etc. Those
requirements create some complications so we think it's best to use a separate base class. That way it is much easier for us to maintain our own codebase and at the same time provide stability on
the test support classes that we offer as part of our api (in org.flowable.engine.test).
- Author:
- Tom Baeyens, Joram Barrez
-
Field Summary
Fields inherited from class org.flowable.idm.engine.test.AbstractFlowableIdmTestCase
idmEngine, idmEngineConfiguration, idmIdentityService, idmManagementService
Fields inherited from class org.flowable.idm.engine.test.AbstractTestCase
EMPTY_LINE, isEmptyLinesEnabled, LOGGER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected Group
createGroup
(String id, String name, String type) Methods inherited from class org.flowable.idm.engine.test.AbstractFlowableIdmTestCase
initializeServices
-
Constructor Details
-
PluggableFlowableIdmTestCase
public PluggableFlowableIdmTestCase()
-
-
Method Details
-
createGroup
-
clearAllUsersAndGroups
protected void clearAllUsersAndGroups()
-