For the complete documentation index, see llms.txt. This page is also available as Markdown.

Test utils common

Dependencies

This module contains utilities that are useful when creating tests for Valtimo.

Backend

The samples below assume the valtimo-dependency-versions module is used. If not, please specify the artifact version as well.

Maven dependency:

<dependencies>
    <dependency>
        <groupId>com.ritense.valtimo</groupId>
        <artifactId>test-utils-common</artifactId>
        <scope>test</scope>
    </dependency>
</dependencies>

Gradle dependency:

dependencies {
  testImplementation "com.ritense.valtimo:test-utils-common")
}

Last updated