public class

StatsGatheringRunListener

extends RunListener
java.lang.Object
   ↳ org.junit.runner.notification.RunListener
     ↳ com.atlassian.jira.local.listener.StatsGatheringRunListener

Class Overview

Gathers stats on tests

Summary

Public Constructors
StatsGatheringRunListener()
Public Methods
void testFinished(Description description)
void testIgnored(Description description)
void testRunFinished(Result result)
void testStarted(Description description)
[Expand]
Inherited Methods
From class org.junit.runner.notification.RunListener
From class java.lang.Object

Public Constructors

public StatsGatheringRunListener ()

Public Methods

public void testFinished (Description description)

Throws
Exception

public void testIgnored (Description description)

Throws
Exception

public void testRunFinished (Result result)

Throws
Exception

public void testStarted (Description description)

Throws
Exception