Class AbstractReporter

java.lang.Object
com.auto.framework.runner.report.AbstractReporter
All Implemented Interfaces:
TestJobReporter, java.util.function.Consumer<ExecutionResult>
Direct Known Subclasses:
ConsoleReporter, MailReporter

public abstract class AbstractReporter
extends java.lang.Object
implements TestJobReporter
User: Priytam Jee Pandey Date: 28/05/20 Time: 1:17 pm email: mrpjpandey@gmail.com
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected static java.lang.String[] DETAIL_COLUMN_NAMES  
    protected static java.lang.String[] SUMMARY_COLUMN_NAMES  
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractReporter()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Consumer

    accept, andThen