| Package | Description |
|---|---|
| io.devcon5.pageobjects.measure |
| Modifier and Type | Method and Description |
|---|---|
static <T> MeasuredExecutionResult<T> |
ExecutionStopWatch.runMeasured(Callable<T> callable)
Performs the measured execution returning the result including the time it took to execution
|
static MeasuredExecutionResult |
ExecutionStopWatch.runMeasured(Runnable r)
Performs the measured execution returning the result including the time it took to execution
|
Copyright © 2016 DevCon5 GmbH. All rights reserved.