All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.openhft.chronicle.testframework.dto.package-info Maven / Gradle / Ivy

There is a newer version: 2.27ea0
Show newest version
/**
 * 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;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy