Class VeniceSuiteListener

  • All Implemented Interfaces:
    org.testng.ISuiteListener, org.testng.ITestNGListener

    public class VeniceSuiteListener
    extends java.lang.Object
    implements org.testng.ISuiteListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onFinish​(org.testng.ISuite suite)  
      void onStart​(org.testng.ISuite suite)  
      • Methods inherited from class java.lang.Object

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

      • VeniceSuiteListener

        public VeniceSuiteListener()
    • Method Detail

      • onStart

        public void onStart​(org.testng.ISuite suite)
        Specified by:
        onStart in interface org.testng.ISuiteListener
      • onFinish

        public void onFinish​(org.testng.ISuite suite)
        Specified by:
        onFinish in interface org.testng.ISuiteListener