Fluent Commerce Logo
Docs
Sign In

Test Utilities

Package

Changed on:

1 Sept 2025

Publisher:Fluent Commerce
Website:Fluent Commerce

Download reference module

Version History

2025-09-01

Java source code

Initial release

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</dependency>
Capability type:Tool