Skip navigation links

Package net.openhft.chronicle.testframework.apimetrics

Provides the classes and interfaces necessary for API metrics analysis within the Chronicle Test Framework.

See: Description

Package net.openhft.chronicle.testframework.apimetrics Description

Provides the classes and interfaces necessary for API metrics analysis within the Chronicle Test Framework. This package includes functionality for defining metrics, accumulators, and builders, allowing for detailed analysis of code structures, including classes, methods, and fields.

This package enables users to create customized metrics or utilize standard metrics, aggregate the results through accumulators, and build and execute analysis through the ApiMetricsBuilder.

Example usage might include analyzing code for compliance with specific coding standards, detecting patterns, or generating reports for code quality assurance.

See Also:
ApiMetrics, Accumulator, Metric
Skip navigation links

Copyright © 2024. All rights reserved.