Package io.testproject.sdk.internal.reporting.inferrers
Inferrer used to infer Project and Job names from stack traces.
Every inferrer is implemented differently, handling specific unit testing framework annotations.
-
Interface Summary Interface Description ReportSettingsInferrer Interface to be implemented by classes that infer Project and Job names. -
Class Summary Class Description GenericInferrer Generic inferrer for Project and Job names.InferrerFactory Utility class used to create specific types of inferrers.JUnitInferrer JUnit inferrer for Project and Job names.TestNGInferrer TestNG inferrer for Project and Job names.