Class InferrerFactory


  • public final class InferrerFactory
    extends java.lang.Object
    Utility class used to create specific types of inferrers.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ReportSettingsInferrer getInferrer​(java.util.List<java.lang.StackTraceElement> traces)
      Initializes an inferrer specific type based on provided stack traces.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getInferrer

        public static ReportSettingsInferrer getInferrer​(java.util.List<java.lang.StackTraceElement> traces)
        Initializes an inferrer specific type based on provided stack traces.
        Parameters:
        traces - Stack traces list to analyze in order to determine specific inferrer type.
        Returns:
        An instance of an inferrer compatible with the Unit Testing framework used.