net.openhft.chronicle.testframework.dto.package-info Maven / Gradle / Ivy
/**
* Provides interfaces and classes for testing Data Transfer Objects (DTOs) within
* the Chronicle Test Framework. This package includes mechanisms for building
* and configuring tests that validate and manipulate DTOs, including functionality
* for accessing, mutating, resetting, and validating DTOs.
*
* The main interface provided is {@link net.openhft.chronicle.testframework.dto.DtoTester},
* which offers a fluent builder pattern for configuring tests on DTOs.
*/
package net.openhft.chronicle.testframework.dto;