Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
com.griddynamics.jagger.engine.e1.collector.test.TestListener Class Reference

Listener, executed before and after a test and periodically during a test. More...

Inheritance diagram for com.griddynamics.jagger.engine.e1.collector.test.TestListener:

Classes

class  Composer
 Class is used by Jagger for sequential execution of several listeners
Not required for custom test listeners. More...
 

Public Member Functions

void onRun (TestInfo status)
 This method is periodically called while test is running. More...
 
void onStart (TestInfo testInfo)
 Method is executed before test starts. More...
 
void onStop (TestInfo testInfo)
 Executes after test stops. More...
 

Detailed Description

Listener, executed before and after a test and periodically during a test.

Author
Gribov Kirill
Details:

Possible applications for test listener:

  • Collect some parameters during test run and save as metrics
  • Get some internal metrics from SUT after test is over and store this data as metrics to Jagger DB


Definition at line 17 of file TestListener.java.


The documentation for this class was generated from the following file: