Interface Swift_Plugins_Reporter

Implemented bySwift_Plugins_Reporters_HitReporter, Swift_Plugins_Reporters_HtmlReporter

The Reporter plugin sends pass/fail notification to a Reporter.

Public Methods

Hide inherited methods

MethodDescriptionDefined By
notify() Notifies this ReportNotifier that $address failed or succeeded. Swift_Plugins_Reporter

Method Details

notify() public abstract method

Notifies this ReportNotifier that $address failed or succeeded.

public abstract void notify ( Swift_Mime_Message $message, $address, $result )
$message Swift_Mime_Message
$address string
$result int

From {@link RESULT_PASS, RESULT_FAIL}