\r\n

51Degrees Geo-Location Java  4.4

Geo-location services for 51Degrees Pipeline

fiftyone.geolocation.core.test.MavenRunListener Class Reference

Detailed Description

Helper class to identify the test being run by maven surefire in the log output.

This is particularly useful if there is a lot of "chatty" testing going on.

See: Using Custom Listeners and Reporters

Inheritance diagram for fiftyone.geolocation.core.test.MavenRunListener:

[legend]

Collaboration diagram for fiftyone.geolocation.core.test.MavenRunListener:

[legend]

Public Member Functions

void  testStarted (Description description) throws Exception
void  testFailure (Failure failure) throws Exception
void  testAssumptionFailure (Failure failure)
void  testIgnored (Description description) throws Exception
void  testFinished (Description description) throws Exception
On This Page