Class ConsoleReporter

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

public class ConsoleReporter
extends AbstractReporter
User: Priytam Jee Pandey Date: 28/05/20 Time: 1:17 pm email: mrpjpandey@gmail.com
  • Field Summary

    Fields inherited from class com.auto.framework.runner.report.AbstractReporter

    DETAIL_COLUMN_NAMES, SUMMARY_COLUMN_NAMES
  • Constructor Summary

    Constructors 
    Constructor Description
    ConsoleReporter()  
  • Method Summary

    Modifier and Type Method Description
    void accept​(ExecutionResult result)  

    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

    andThen