Uses of Annotation Interface
org.flowable.common.engine.impl.test.EnsureCleanDb
Packages that use EnsureCleanDb
Package
Description
-
Uses of EnsureCleanDb in org.flowable.common.engine.impl.test
Methods in org.flowable.common.engine.impl.test with parameters of type EnsureCleanDbModifier and TypeMethodDescriptionstatic void
EnsureCleanDbUtils.assertAndEnsureCleanDb
(String testName, org.slf4j.Logger logger, AbstractEngineConfiguration engineConfiguration, EnsureCleanDb ensureCleanDb, boolean hasNoException, Command<Void> dropAndRecreateDbCommand) -
Uses of EnsureCleanDb in org.flowable.engine.impl.test
Classes in org.flowable.engine.impl.test with annotations of type EnsureCleanDbMethods in org.flowable.engine.impl.test with parameters of type EnsureCleanDbModifier and TypeMethodDescriptionprotected void
InternalFlowableExtension.assertAndEnsureCleanDb
(ProcessEngine processEngine, org.junit.jupiter.api.extension.ExtensionContext context, EnsureCleanDb ensureCleanDb) Each test is assumed to clean up all DB content it entered. -
Uses of EnsureCleanDb in org.flowable.eventregistry.test
Methods in org.flowable.eventregistry.test with parameters of type EnsureCleanDbModifier and TypeMethodDescriptionprotected void
FlowableEventExtension.assertAndEnsureCleanDb
(EventRegistryEngine eventRegistryEngine, org.junit.jupiter.api.extension.ExtensionContext context, EnsureCleanDb ensureCleanDb) Each test is assumed to clean up all DB content it entered. -
Uses of EnsureCleanDb in org.flowable.idm.engine.test
Classes in org.flowable.idm.engine.test with annotations of type EnsureCleanDbMethods in org.flowable.idm.engine.test with parameters of type EnsureCleanDbModifier and TypeMethodDescriptionprotected void
InternalFlowableIdmExtension.assertAndEnsureCleanDb
(IdmEngine idmEngine, org.junit.jupiter.api.extension.ExtensionContext context, EnsureCleanDb ensureCleanDb) Each test is assumed to clean up all DB content it entered.