Uses of Record Class
org.egothor.methodatlas.ScanRun
Packages that use ScanRun
Package
Description
Provides the core command-line utility for analyzing Java test sources and
producing structured metadata about JUnit test methods.
-
Uses of ScanRun in org.egothor.methodatlas
Methods in org.egothor.methodatlas that return ScanRunModifier and TypeMethodDescriptionstatic ScanRunCreates a newScanRunwith a freshly generated correlation id and the current wall-clock timestamp.Methods in org.egothor.methodatlas that return types with arguments of type ScanRunModifier and TypeMethodDescriptionScanRunContext.current()Returns the current scan run for the calling thread, orOptional.empty()when no run is currently set (the standard case beforeMethodAtlasApp.main(String[])runs or afterScanRunContext.clear()).Methods in org.egothor.methodatlas with parameters of type ScanRun