Test Utilities
Package
Changed on:
7 Aug 2026
| Publisher: | Fluent Commerce |
|---|---|
| Website: | Fluent Commerce |
Download Package
Version History
See previous versions
2025-12-11Key Changes:Version upgrade according to the corresponding version of the Core Reference Module.Java Source Code
Overview
The`util-test` library is a comprehensive collection of utility functions, mock objects, and executors designed to minimize the overhead and complexity of testing your Fluent Commerce rules. It provides a fluent, builder-style API that makes writing clean, readable, and robust tests straightforward.Detailed Technical Description
Usage
1<dependency>
2 <groupId>com.fluentcommerce</groupId>
3 <artifactId>util-test</artifactId>
4 <version>${util-test.version}</version>
5 <scope>test</scope>
6</dependency>| Capability type: | Tool |
|---|