public class EmailableReport extends java.lang.Object implements TestCaseResultUpdator
TestCaseResultUpdator implementation to generate emailable version of
Overview
with link to the detailed report.
If mail client doesn't supports advance CSS features, as a alternate of pie
chart, you may see horizontal stacked bar chart in email message. If
app-logo.png file is available at project root, it will be
placed in message header.
| Constructor and Description |
|---|
EmailableReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeShutDown()
Each Updator class can define implementation for this method.
|
boolean |
enabled()
Useful when registered with service, to enable disable based on some condition.
|
java.lang.String |
getToolName() |
boolean |
updateResult(TestCaseRunResult result) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallowConfigAndRetry, allowParallelpublic boolean updateResult(TestCaseRunResult result)
updateResult in interface TestCaseResultUpdatorresult - - test case resultpublic java.lang.String getToolName()
getToolName in interface TestCaseResultUpdatorpublic void beforeShutDown()
TestCaseResultUpdatorbeforeShutDown in interface TestCaseResultUpdatorpublic boolean enabled()
TestCaseResultUpdatorenabled in interface TestCaseResultUpdatorCopyright © 2000 Infostretch Corp.