| Package | Description |
|---|---|
| de.ppi.selenium.junit |
Contains some helper classes for tests with JUnit.
|
| de.ppi.selenium.logevent.api |
The api to create logevents.
|
| de.ppi.selenium.logevent.backend |
Contains classes to store the Event-Data.
|
| de.ppi.selenium.logevent.report |
Create Reports of testruns.
|
| Constructor and Description |
|---|
EventLogRule(EventStorage storage,
LogReporter... reporter)
Initiates an object of type EventLogRule.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EventLoggerFactory.setStorage(EventStorage storage) |
| Constructor and Description |
|---|
EventLoggerImpl(EventStorage eventStorage,
java.lang.String testrunId,
Priority priority,
Priority screenshotPriorityLevel,
EventSource source,
java.lang.String group,
java.lang.String item)
Initiates an object of type EventLoggerImpl.
|
| Modifier and Type | Class and Description |
|---|---|
class |
H2EventStorage
EventStorage which use H2-Database. |
class |
Sql2oEventStorage
Abstract backend using Sql2o for storing the events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MarkdownReporter.createReport(EventStorage storage,
java.lang.String testrunId)
Creates a report.
|
void |
LogReporter.createReport(EventStorage storage,
java.lang.String testrunId)
Creates a report.
|
Copyright © 2017 PPI AG. All rights reserved.