| Package | Description |
|---|---|
| de.ppi.selenium.logevent.api |
The api to create logevents.
|
| de.ppi.selenium.logevent.backend |
Contains classes to store the Event-Data.
|
| Modifier and Type | Method and Description |
|---|---|
ClosableIterable<EventData> |
EventStorage.getAllEvents(java.lang.String testrunId)
Delivers all Events of a testrun as an Iterable.
|
ClosableIterable<EventData> |
EventStorage.getAllStartAndFinishEvents()
Delivers all Events which are a start or the end of a test as an
Iterable.
|
| Modifier and Type | Method and Description |
|---|---|
ClosableIterable<EventData> |
Sql2oEventStorage.getAllEvents(java.lang.String testrunId)
Delivers all Events of a testrun as an Iterable.
|
ClosableIterable<EventData> |
Sql2oEventStorage.getAllStartAndFinishEvents()
Delivers all Events which are a start or the end of a test as an
Iterable.
|
Copyright © 2017 PPI AG. All rights reserved.