Uses of Interface
de.xima.fc.ms.test.dao.DaoCrudMixin
-
Packages that use DaoCrudMixin Package Description de.xima.fc.ms.entity de.xima.fc.ms.test.workflow -
-
Uses of DaoCrudMixin in de.xima.fc.ms.entity
Methods in de.xima.fc.ms.entity with parameters of type DaoCrudMixin Modifier and Type Method Description static DummyUserCreator
DummyUserCreator. newDummyUserCreator(DaoCrudMixin dao, Mandant client)
-
Uses of DaoCrudMixin in de.xima.fc.ms.test.workflow
Classes in de.xima.fc.ms.test.workflow that implement DaoCrudMixin Modifier and Type Class Description class
AEventRunnerTest
Base class for tests that want to test the workflow event runner, such as tests for specific triggers.class
AWorkflowEngineTest
Base test for all workflow tests that created the workflow process.
-