Uses of Record Class
org.egothor.methodatlas.DeltaReport.DeltaResult
Packages that use DeltaReport.DeltaResult
Package
Description
Provides the core command-line utility for analyzing Java test sources and
producing structured metadata about JUnit test methods.
Output emitters for MethodAtlas scan results.
-
Uses of DeltaReport.DeltaResult in org.egothor.methodatlas
Methods in org.egothor.methodatlas that return DeltaReport.DeltaResultModifier and TypeMethodDescriptionstatic DeltaReport.DeltaResultComputes the difference between two MethodAtlas scan CSV files. -
Uses of DeltaReport.DeltaResult in org.egothor.methodatlas.emit
Methods in org.egothor.methodatlas.emit with parameters of type DeltaReport.DeltaResultModifier and TypeMethodDescriptionstatic voidDeltaEmitter.emit(DeltaReport.DeltaResult result, PrintWriter out) Emits a full delta report toout.