| Package | Description |
|---|---|
| io.devcon5.pageobjects.measure |
| Modifier and Type | Method and Description |
|---|---|
static ResponseTime |
ResponseTimes.collect(ResponseTime responseTime)
Collects a completed ResponeTime recording.
|
static ResponseTime |
ResponseTimes.collect(String transaction,
TimeMeasure result)
Collects a completed time measure for a specific transaction.
|
ResponseTime |
ResponseTime.finish()
Finishes the response time measurement and creates a new ResponseTime
|
ResponseTime |
ResponseTime.finish(Instant end)
Finishes the transaction response time recording on the the specific instant.
|
static ResponseTime |
ResponseTimes.startTx(String transaction)
Starts a transaction on the specified point in time
|
static ResponseTime |
ResponseTimes.startTx(String transaction,
Instant start)
Starts a transaction on the specified point in time
|
static ResponseTime |
ResponseTimes.stopTx(ResponseTime finish)
Records the response time as finished.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<ResponseTime>> |
ResponseTimes.getResponseTimes()
Returns all recorded response times.
|
| Modifier and Type | Method and Description |
|---|---|
static ResponseTime |
ResponseTimes.collect(ResponseTime responseTime)
Collects a completed ResponeTime recording.
|
static ResponseTime |
ResponseTimes.stopTx(ResponseTime finish)
Records the response time as finished.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ResponseTimes.onMeasureEnd(Consumer<ResponseTime> responseTimeConsumer)
Overrides the default consumer that handles response times on the end of a transaction
|
static void |
ResponseTimes.onMeasureStart(Consumer<ResponseTime> responseTimeConsumer)
Overrides the default consumer that handles response times on the beginning of a transaction
|
Copyright © 2016 DevCon5 GmbH. All rights reserved.