Class Swift_Plugins_Reporters_HtmlReporter

InheritanceSwift_Plugins_Reporters_HtmlReporter
ImplementsSwift_Plugins_Reporter

A HTML output reporter for the Reporter plugin.

Public Methods

Hide inherited methods

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

Method Details

notify() public method

Notifies this ReportNotifier that $address failed or succeeded.

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

From {@see RESULT_PASS, RESULT_FAIL}