Class GenerateReportNgModelListener

  • All Implemented Interfaces:
    eu.tsystems.mms.tic.testframework.events.FinalizeExecutionEvent.Listener, eu.tsystems.mms.tic.testframework.logging.Loggable

    public class GenerateReportNgModelListener
    extends eu.tsystems.mms.tic.testframework.listeners.AbstractReportModelListener
    implements eu.tsystems.mms.tic.testframework.events.FinalizeExecutionEvent.Listener
    • Field Summary

      • Fields inherited from class eu.tsystems.mms.tic.testframework.listeners.AbstractReportModelListener

        baseDir
      • Fields inherited from interface eu.tsystems.mms.tic.testframework.logging.Loggable

        prompt
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onFinalizeExecution​(eu.tsystems.mms.tic.testframework.events.FinalizeExecutionEvent event)  
      • Methods inherited from class eu.tsystems.mms.tic.testframework.listeners.AbstractReportModelListener

        getBaseDir, getClassesDir, getFilesDir, getMethodsDir, getSuitesDir, getTestsDir, writeBuilderToFile
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface eu.tsystems.mms.tic.testframework.logging.Loggable

        log
    • Constructor Detail

      • GenerateReportNgModelListener

        public GenerateReportNgModelListener​(java.io.File baseDir)
    • Method Detail

      • onFinalizeExecution

        public void onFinalizeExecution​(eu.tsystems.mms.tic.testframework.events.FinalizeExecutionEvent event)
        Specified by:
        onFinalizeExecution in interface eu.tsystems.mms.tic.testframework.events.FinalizeExecutionEvent.Listener