| Package | Description |
|---|---|
| de.ppi.selenium.junit |
Contains some helper classes for tests with JUnit.
|
| de.ppi.selenium.logevent.api |
The api to create logevents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventLoggerRule
Rule, which provides the right Eventlogger on level doku.
|
| Modifier and Type | Method and Description |
|---|---|
EventLogger |
EventLoggerRule.onDebug()
Deliver a eventlogger with
Priority.DEBUG. |
EventLogger |
EventLoggerRule.onDoku()
Deliver a eventlogger with
Priority.DOCUMENTATION. |
EventLogger |
EventLoggerRule.onException()
Deliver a eventlogger with
Priority.EXCEPTION. |
EventLogger |
EventLoggerRule.onFailure()
Deliver a eventlogger with
Priority.FAILURE. |
EventLogger |
EventLoggerRule.withScreenshot(Priority prio,
org.openqa.selenium.WebDriver webDriver) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyLogger
EventLogger with do nothing. |
class |
EventLoggerImpl
Real implementation of a
EventLogger. |
| Modifier and Type | Method and Description |
|---|---|
EventLogger |
EventLoggerFactory.on(Priority priority,
java.lang.String group,
java.lang.String item)
Creates an
EventLogger with given priority. |
EventLogger |
EventLoggerFactory.onDebug(java.lang.String group,
java.lang.String item)
Creates an
EventLogger with priority Priority.DEBUG. |
EventLogger |
EventLoggerFactory.onDoku(java.lang.String group,
java.lang.String item)
Creates an
EventLogger with priority
Priority.DOCUMENTATION. |
EventLogger |
EventLoggerFactory.onException(java.lang.String group,
java.lang.String item)
Creates an
EventLogger with priority Priority.EXCEPTION. |
EventLogger |
EventLoggerFactory.onFailure(java.lang.String group,
java.lang.String item)
Creates an
EventLogger with priority Priority.FAILURE. |
EventLogger |
EventLoggerImpl.withScreenshot(Priority prio,
org.openqa.selenium.WebDriver webDriver)
Define that the log should be done with screenshot if priority higher
then the threshold.
|
EventLogger |
EventLogger.withScreenshot(Priority prio,
org.openqa.selenium.WebDriver webDriver)
Define that the log should be done with screenshot if priority higher
then the threshold.
|
EventLogger |
EmptyLogger.withScreenshot(Priority prio,
org.openqa.selenium.WebDriver webDriver)
Define that the log should be done with screenshot if priority higher
then the threshold.
|
Copyright © 2017 PPI AG. All rights reserved.